Searched refs:RTC_BIT_PI (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-pl031.c53 #define RTC_BIT_PI (1 << 1) /* Periodic interrupt bit. ST variants only. */ macro
230 if ((rtcmis & RTC_BIT_PI) &&
303 writel(RTC_BIT_PI, ldata->base + RTC_ICR);
305 writel(readl(ldata->base + RTC_IMSC) | RTC_BIT_PI,
313 writel(readl(ldata->base + RTC_IMSC) & (~RTC_BIT_PI),

Completed in 287 milliseconds