HomeSort by relevance Sort by last modified time
    Searched refs:BASE_REV_IVB (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/x86/include/asm/arch-ivybridge/
sandybridge.h 21 #define BASE_REV_IVB 0x50
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/arch/x86/cpu/ivybridge/
northbridge.c 117 if ((rev & BASE_REV_MASK) == BASE_REV_IVB) {
  /external/u-boot/drivers/video/
ivybridge_igd.c 374 if ((rev & BASE_REV_MASK) == BASE_REV_IVB) {
426 if ((rev & BASE_REV_MASK) == BASE_REV_IVB) {

Completed in 179 milliseconds