Searched refs:PmCtrlReg (Results 1 – 1 of 1) sorted by relevance
30 UINTN PmCtrlReg = 0; in AcpiPmControl() local40 PmCtrlReg = (UINTN)pAcpiBoardInfo->PmCtrlRegBase; in AcpiPmControl()41 IoAndThenOr16 (PmCtrlReg, (UINT16) ~0x3c00, (UINT16) (SuspendType << 10)); in AcpiPmControl()42 IoOr16 (PmCtrlReg, BIT13); in AcpiPmControl()117 UINTN PmCtrlReg; in ResetShutdown() local139 PmCtrlReg = (UINTN)pAcpiBoardInfo->PmCtrlRegBase; in ResetShutdown()140 IoAndThenOr16 (PmCtrlReg, (UINT16) ~0x3c00, (UINT16) (7 << 10)); in ResetShutdown()141 IoOr16 (PmCtrlReg, BIT13); in ResetShutdown()