Home
last modified time | relevance | path

Searched refs:read_rtc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/rtc/
H A Drtc-ps3.c17 static u64 read_rtc(void) in read_rtc() function
31 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()
/linux/arch/powerpc/platforms/ps3/
H A Dtime.c31 static u64 read_rtc(void) in read_rtc() function
45 return read_rtc() + ps3_os_area_get_rtc_diff(); in ps3_get_boot_time()