Home
last modified time | relevance | path

Searched refs:kBootVideoDepthMask (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/pexpert/pexpert/arm/
H A Dboot.h29 #define kBootVideoDepthMask (0xFF) macro
/xnu-8020.140.41/pexpert/pexpert/arm64/
H A Dboot.h41 #define kBootVideoDepthMask (0xFF) macro
/xnu-8020.140.41/pexpert/arm/
H A Dpe_init.c403 ….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()