Searched refs:read_rtc (Results 1 – 4 of 4) sorted by relevance
17 static u64 read_rtc(void) in read_rtc() function31 rtc_time64_to_tm(read_rtc() + ps3_os_area_get_rtc_diff(), tm); in ps3_get_time()37 ps3_os_area_set_rtc_diff(rtc_tm_to_time64(tm) - read_rtc()); in ps3_set_time()
31 static u64 read_rtc(void) in read_rtc() function45 return read_rtc() + ps3_os_area_get_rtc_diff(); in ps3_get_boot_time()
87 read_rtc: in rtc_get()122 goto read_rtc; in rtc_get()269 read_rtc: in ds1307_rtc_get()298 goto read_rtc; in ds1307_rtc_get()
60 static int read_rtc(time_t *time_p) in read_rtc() function92 ret = read_rtc(&timep); in get_system_time()