Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL031RealTimeClockLib/
DPL031RealTimeClockLib.c45 STATIC UINTN mPL031RtcBase; variable
56 if ( (MmioRead8 (mPL031RtcBase + PL031_RTC_PCELL_ID0) != 0x0D) in IdentifyPL031()
57 || (MmioRead8 (mPL031RtcBase + PL031_RTC_PCELL_ID1) != 0xF0) in IdentifyPL031()
58 || (MmioRead8 (mPL031RtcBase + PL031_RTC_PCELL_ID2) != 0x05) in IdentifyPL031()
59 || (MmioRead8 (mPL031RtcBase + PL031_RTC_PCELL_ID3) != 0xB1)) { in IdentifyPL031()
65 if ( (MmioRead8 (mPL031RtcBase + PL031_RTC_PERIPH_ID0) != 0x31) in IdentifyPL031()
66 || (MmioRead8 (mPL031RtcBase + PL031_RTC_PERIPH_ID1) != 0x10) in IdentifyPL031()
67 || ((MmioRead8 (mPL031RtcBase + PL031_RTC_PERIPH_ID2) & 0xF) != 0x04) in IdentifyPL031()
68 || (MmioRead8 (mPL031RtcBase + PL031_RTC_PERIPH_ID3) != 0x00)) { in IdentifyPL031()
93 …if ((MmioRead32 (mPL031RtcBase + PL031_RTC_IMSC_IRQ_MASK_SET_CLEAR_REGISTER) & PL031_SET_IRQ_MASK)… in InitializePL031()
[all …]