Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/arch-ivybridge/
Dsandybridge.h21 #define BASE_REV_IVB 0x50 macro
30 #define IVB_STEP_A0 (BASE_REV_IVB + 0)
31 #define IVB_STEP_B0 (BASE_REV_IVB + 2)
32 #define IVB_STEP_C0 (BASE_REV_IVB + 4)
33 #define IVB_STEP_K0 (BASE_REV_IVB + 5)
34 #define IVB_STEP_D0 (BASE_REV_IVB + 6)
/external/u-boot/drivers/video/
Divybridge_igd.c374 if ((rev & BASE_REV_MASK) == BASE_REV_IVB) { in gma_pm_init_pre_vbios()
426 if ((rev & BASE_REV_MASK) == BASE_REV_IVB) { in gma_pm_init_pre_vbios()
/external/u-boot/arch/x86/cpu/ivybridge/
Dnorthbridge.c117 if ((rev & BASE_REV_MASK) == BASE_REV_IVB) { in northbridge_init()