Home
last modified time | relevance | path

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

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