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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-pl030.c22 #define RTC_LR (12) macro
81 * Also, since RTC_LR is transferred to RTC_CR on next rising
93 writel(time + 1, rtc->base + RTC_LR);
H A Drtc-pl031.c33 #define RTC_LR 0x08 /* Data load register */ macro
173 writel(time, ldata->base + RTC_LR);
260 writel(time, ldata->base + RTC_LR);

Completed in 65 milliseconds