Searched refs:R_PCH_SPI_HSFS (Results 1 – 3 of 3) sorted by relevance
45 #define R_PCH_SPI_HSFS 0x04 // Hardware Sequencing Flash Status Register (16… macro
469 if( (MmioRead16(SpiBase + R_PCH_SPI_HSFS) & B_PCH_SPI_HSFS_FLOCKDN) != 0 || in SpiBiosProtectionFunction()496 MmioOr16 ((UINTN) (SpiBase + R_PCH_SPI_HSFS), (UINT16) (B_PCH_SPI_HSFS_FLOCKDN)); in SpiBiosProtectionFunction()501 if ((MmioRead16 (SpiBase + R_PCH_SPI_HSFS) & B_PCH_SPI_HSFS_FLOCKDN) == 0) { in SpiBiosProtectionFunction()
702 SpiHsfsReg = MmioRead32 (SPI_BASE_ADDRESS + R_PCH_SPI_HSFS);