Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-pl031.c228 unsigned long rtcmis; in pl031_interrupt() local
231 rtcmis = readl(ldata->base + RTC_MIS); in pl031_interrupt()
232 if (rtcmis & RTC_BIT_AI) { in pl031_interrupt()