Home
last modified time | relevance | path

Searched refs:PmCtrlReg (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/ResetSystemLib/
DResetSystemLib.c30 UINTN PmCtrlReg = 0; in AcpiPmControl() local
40 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() local
139 PmCtrlReg = (UINTN)pAcpiBoardInfo->PmCtrlRegBase; in ResetShutdown()
140 IoAndThenOr16 (PmCtrlReg, (UINT16) ~0x3c00, (UINT16) (7 << 10)); in ResetShutdown()
141 IoOr16 (PmCtrlReg, BIT13); in ResetShutdown()