Searched refs:R_PCH_SPI_BCR (Results 1 – 2 of 2) sorted by relevance
107 #define R_PCH_SPI_BCR 0xFC // BIOS Control Register macro
462 MmioOr32 ((UINTN) (SpiBase + R_PCH_SPI_BCR), (UINT8) B_PCH_SPI_BCR_SMM_BWP); in SpiBiosProtectionFunction()463 MmioAnd32 ((UINTN) (SpiBase + R_PCH_SPI_BCR), (UINT8)(~B_PCH_SPI_BCR_BIOSWE)); in SpiBiosProtectionFunction()464 MmioOr32 ((UINTN) (SpiBase + R_PCH_SPI_BCR), (UINT8) B_PCH_SPI_BCR_BLE); in SpiBiosProtectionFunction()