Searched refs:kBootVideoDepthMask (Results 1 – 3 of 3) sorted by relevance
29 #define kBootVideoDepthMask (0xFF) macro
40 #define kBootVideoDepthMask (0xFF) macro
417 ….video.v_depth = (boot_args_ptr->Video.v_depth >> kBootVideoDepthDepthShift) & kBootVideoDepthMask; in PE_init_platform()419 …((boot_args_ptr->Video.v_depth >> kBootVideoDepthRotateShift) & kBootVideoDepthMask) + // rotat… in PE_init_platform()420 …((boot_args_ptr->Video.v_depth >> kBootVideoDepthBootRotateShift) & kBootVideoDepthMask) // add e… in PE_init_platform()422 ….v_scale = ((boot_args_ptr->Video.v_depth >> kBootVideoDepthScaleShift) & kBootVideoDepthMask) + 1; in PE_init_platform()