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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-ps3.c29 static u64 read_rtc(void) function
43 rtc_time_to_tm(read_rtc() + ps3_os_area_get_rtc_diff(), tm);
52 ps3_os_area_set_rtc_diff(now - read_rtc());
H A Drtc-ds1307.c778 read_rtc:
799 goto read_rtc;
813 goto read_rtc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dtime.c67 static u64 read_rtc(void) function
81 return read_rtc() + ps3_os_area_get_rtc_diff();
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dhwclock.c54 static time_t read_rtc(int utc) function
103 t = read_rtc(utc);
119 tv.tv_sec = read_rtc(utc);

Completed in 179 milliseconds