Home
last modified time | relevance | path

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

/xnu-8020.140.41/pexpert/pexpert/arm/
H A Dboot.h31 #define kBootVideoDepthRotateShift (8) macro
/xnu-8020.140.41/pexpert/pexpert/arm64/
H A Dboot.h43 #define kBootVideoDepthRotateShift (8) macro
/xnu-8020.140.41/pexpert/arm/
H A Dpe_init.c405 …((boot_args_ptr->Video.v_depth >> kBootVideoDepthRotateShift) & kBootVideoDepthMask) + // rotat… in PE_init_platform()