Searched refs:kBootVideoDepthScaleShift (Results 1 – 3 of 3) sorted by relevance
32 #define kBootVideoDepthScaleShift (16) macro
43 #define kBootVideoDepthScaleShift (16) macro
422 …PE_state.video.v_scale = ((boot_args_ptr->Video.v_depth >> kBootVideoDepthScaleShift) & kBootVideo… in PE_init_platform()