Home
last modified time | relevance | path

Searched defs:LPC_HnBDF (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/intel/broadwell/include/soc/
H A Dlpc.h77 #define LPC_HnBDF(n) (0x70 + n * 2) /* HPET n bus/dev/fn */ macro
/aosp_15_r20/external/coreboot/src/southbridge/intel/bd82x6x/
H A Dpch.h136 #define LPC_HnBDF(n) (0x70 + n * 2) /* HPET n bus/dev/fn */ macro
/aosp_15_r20/external/coreboot/src/southbridge/intel/lynxpoint/
H A Dpch.h260 #define LPC_HnBDF(n) (0x70 + (n) * 2) /* HPET n bus/dev/fn */ macro