Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/ResetSystemLib/
DResetSystemLib.c40 PmCtrlReg = (UINTN)pAcpiBoardInfo->PmCtrlRegBase; in AcpiPmControl()
139 PmCtrlReg = (UINTN)pAcpiBoardInfo->PmCtrlRegBase; in ResetShutdown()
/device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportPei/
DCbSupportPei.c173 UINTN PmCtrlRegBase, PmTimerRegBase, ResetRegAddress, ResetValue; in CbPeiEntryPoint() local
364 …Status = CbParseFadtInfo (&PmCtrlRegBase, &PmTimerRegBase, &ResetRegAddress, &ResetValue, &PmEvtBa… in CbPeiEntryPoint()
369 pAcpiBoardInfo->PmCtrlRegBase = (UINT64)PmCtrlRegBase; in CbPeiEntryPoint()
/device/linaro/bootloader/edk2/CorebootModulePkg/Include/Guid/
DAcpiBoardInfoGuid.h26 UINT64 PmCtrlRegBase; member
/device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportDxe/
DCbSupportDxe.c183 mPmCtrlReg = (UINTN)pAcpiBoardInfo->PmCtrlRegBase; in CbDxeEntryPoint()