Searched refs:nuc900_rtc (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-nuc900.c47 struct nuc900_rtc { struct
64 struct nuc900_rtc *rtc = _rtc;
86 static int *check_rtc_access_enable(struct nuc900_rtc *nuc900_rtc) argument
89 __raw_writel(INIRRESET, nuc900_rtc->rtc_reg + REG_RTC_INIR);
93 __raw_writel(AERPOWERON, nuc900_rtc->rtc_reg + REG_RTC_AER);
95 while (!(__raw_readl(nuc900_rtc->rtc_reg + REG_RTC_AER) & AERRWENB)
139 struct nuc900_rtc *rtc = dev_get_drvdata(dev);
153 struct nuc900_rtc *rtc = dev_get_drvdata(dev);
167 struct nuc900_rtc *rt
243 struct nuc900_rtc *nuc900_rtc; local
304 struct nuc900_rtc *nuc900_rtc = platform_get_drvdata(pdev); local
[all...]

Completed in 40 milliseconds