Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dsandybridge.h22 #define BASE_REV_IVB 0x50 macro
31 #define IVB_STEP_A0 (BASE_REV_IVB + 0)
32 #define IVB_STEP_B0 (BASE_REV_IVB + 2)
33 #define IVB_STEP_C0 (BASE_REV_IVB + 4)
34 #define IVB_STEP_K0 (BASE_REV_IVB + 5)
35 #define IVB_STEP_D0 (BASE_REV_IVB + 6)
/OK3568_Linux_fs/u-boot/drivers/video/
H A Divybridge_igd.c431 if ((rev & BASE_REV_MASK) == BASE_REV_IVB) { in gma_pm_init_pre_vbios()
483 if ((rev & BASE_REV_MASK) == BASE_REV_IVB) { in gma_pm_init_pre_vbios()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dnorthbridge.c128 if ((rev & BASE_REV_MASK) == BASE_REV_IVB) { in northbridge_init()