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