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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/rtc/
H A Drtc-jz4740.c106 uint32_t secs, secs2; local
114 secs2 = jz4740_rtc_reg_read(rtc, JZ_REG_RTC_SEC);
116 while (secs != secs2 && --timeout) {
117 secs = secs2;
118 secs2 = jz4740_rtc_reg_read(rtc, JZ_REG_RTC_SEC);
H A Drtc-at91sam9.c78 u32 secs, secs2; local
88 secs2 = rtt_readl(rtc, VR);
89 if (secs != secs2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/rtc/
H A Drtc-jz4740.c106 uint32_t secs, secs2; local
114 secs2 = jz4740_rtc_reg_read(rtc, JZ_REG_RTC_SEC);
116 while (secs != secs2 && --timeout) {
117 secs = secs2;
118 secs2 = jz4740_rtc_reg_read(rtc, JZ_REG_RTC_SEC);
H A Drtc-at91sam9.c78 u32 secs, secs2; local
88 secs2 = rtt_readl(rtc, VR);
89 if (secs != secs2)

Completed in 84 milliseconds