Home
last modified time | relevance | path

Searched defs:SPIBAR_FDATA (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/intel/common/block/fast_spi/
H A Dfast_spi_def.h38 #define SPIBAR_FDATA(n) (0x10 + ((n) & 0xf) * 4) macro
/aosp_15_r20/external/coreboot/src/southbridge/intel/ibexpeak/
H A Dpch.h467 #define SPIBAR_FDATA(n) (0x3810 + (4 * n)) /* SPI flash data */ macro
/aosp_15_r20/external/coreboot/src/southbridge/intel/bd82x6x/
H A Dpch.h521 #define SPIBAR_FDATA(n) (0x3810 + (4 * n)) /* SPI flash data */ macro
/aosp_15_r20/external/coreboot/src/southbridge/intel/lynxpoint/
H A Dpch.h742 #define SPIBAR_FDATA(n) (0x3810 + (4 * (n))) /* SPI flash data */ macro