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