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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dtime.c54 * rtc_shift - Difference in seconds between 1970 and the ps3 rtc value.
57 static s64 rtc_shift; variable
70 rtc_shift = ps3_os_area_rtc_diff();
90 rtc_shift = now - read_rtc();
96 to_tm(read_rtc() + rtc_shift, tm);
103 return read_rtc() + rtc_shift;

Completed in 46 milliseconds