Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-ps3.c29 static u64 read_rtc(void) in read_rtc() function
43 rtc_time_to_tm(read_rtc() + ps3_os_area_get_rtc_diff(), tm); in ps3_get_time()
52 ps3_os_area_set_rtc_diff(now - read_rtc()); in ps3_set_time()
Drtc-ds1307.c1572 read_rtc: in ds1307_probe()
1596 goto read_rtc; in ds1307_probe()
1611 goto read_rtc; in ds1307_probe()
1644 goto read_rtc; in ds1307_probe()
/Linux-v4.19/arch/powerpc/platforms/ps3/
Dtime.c43 static u64 read_rtc(void) in read_rtc() function
57 return read_rtc() + ps3_os_area_get_rtc_diff(); in ps3_get_boot_time()