Home | History | Annotate | Download | only in SmmControlDxe

Lines Matching refs:PM1BLK_Base

126   UINT16                       PM1BLK_Base;

130 // Get PM1BLK_Base & GPE0BLK_Base
132 PM1BLK_Base = PcdGet16 (PcdPm1blkIoBaseAddress);
273 UINT16 PM1BLK_Base;
279 // Get PM1BLK_Base & GPE0BLK_Base
281 PM1BLK_Base = PcdGet16 (PcdPm1blkIoBaseAddress);
297 SciEn = (BOOLEAN)((IoRead16 (PM1BLK_Base + R_QNC_PM1BLK_PM1C) & B_QNC_PM1BLK_PM1C_SCIEN) != 0);
302 IoWrite16 ((PM1BLK_Base + R_QNC_PM1BLK_PM1S), B_QNC_PM1BLK_PM1S_ALL);
303 IoWrite16 ((PM1BLK_Base + R_QNC_PM1BLK_PM1E), 0x00000000);
304 IoWrite32 ((PM1BLK_Base + R_QNC_PM1BLK_PM1C), 0x00000000);