Searched refs:timereg (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-nuc900.c105 static int nuc900_rtc_bcd2bin(unsigned int timereg, argument
112 tm->tm_sec = bcd2bin(timereg >> 0);
113 tm->tm_min = bcd2bin(timereg >> 8);
114 tm->tm_hour = bcd2bin(timereg >> 16);
H A Drtc-at91rm9200.c44 static void at91_rtc_decodetime(unsigned int timereg, unsigned int calreg, argument
51 time = at91_sys_read(timereg);
53 } while ((time != at91_sys_read(timereg)) ||

Completed in 61 milliseconds