Home
last modified time | relevance | path

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

/xnu-10002.81.5/pexpert/pexpert/arm/
H A Dboot.h30 #define kBootVideoDepthDepthShift (0) macro
/xnu-10002.81.5/pexpert/pexpert/arm64/
H A Dboot.h41 #define kBootVideoDepthDepthShift (0) macro
/xnu-10002.81.5/pexpert/arm/
H A Dpe_init.c417 …PE_state.video.v_depth = (boot_args_ptr->Video.v_depth >> kBootVideoDepthDepthShift) & kBootVideoD… in PE_init_platform()