Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/
DArmVExpressSysConfig.c147 case SYS_CFG_RTC: in ArmPlatformSysConfigGet()
208 case SYS_CFG_RTC: in ArmPlatformSysConfigSet()
253 case SYS_CFG_RTC: in ArmPlatformSysConfigSetDevice()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigRuntimeLib/
DArmVExpressSysConfigRuntimeLib.c154 case SYS_CFG_RTC: in ArmPlatformSysConfigGet()
215 case SYS_CFG_RTC: in ArmPlatformSysConfigSet()
263 case SYS_CFG_RTC: in ArmPlatformSysConfigSetDevice()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Include/
DArmPlatform.h25 #define SYS_CFG_RTC 0 macro
/device/linaro/bootloader/edk2/ArmVirtPkg/Include/
DArmPlatform.h25 #define SYS_CFG_RTC 0x0 macro
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Include/
DVExpressMotherBoard.h98 #define SYS_CFG_RTC VIRTUAL_SYS_CFG(ARM_VE_UNSUPPORTED,1) macro
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL031RealTimeClockLib/
DPL031RealTimeClockLib.c274 Status = ArmPlatformSysConfigGet (SYS_CFG_RTC, &EpochSeconds); in LibGetTime()
486 Status = ArmPlatformSysConfigSet (SYS_CFG_RTC, EpochSeconds); in LibSetTime()