Home
last modified time | relevance | path

Searched refs:get_rtc_time (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dtime.c815 if (!ppc_md.get_rtc_time) { in __read_persistent_clock()
819 ppc_md.get_rtc_time(&tm); in __read_persistent_clock()
1072 ppc_md.get_rtc_time(tm); in rtc_generic_get_time()
1096 if (!ppc_md.get_rtc_time) in rtc_init()
/linux/arch/powerpc/platforms/8xx/
H A Dtqm8xx_setup.c146 .get_rtc_time = mpc8xx_get_rtc_time, in define_machine()
H A Dmpc86xads_setup.c143 .get_rtc_time = mpc8xx_get_rtc_time, in define_machine()
/linux/arch/powerpc/platforms/chrp/
H A Dsetup.c332 ppc_md.get_rtc_time = rtas_get_rtc_time; in chrp_setup_arch()
584 .get_rtc_time = chrp_get_rtc_time, in define_machine()
/linux/arch/powerpc/include/asm/
H A Dmachdep.h73 void (*get_rtc_time)(struct rtc_time *); member
/linux/arch/powerpc/platforms/powermac/
H A Dsetup.c587 .get_rtc_time = pmac_get_rtc_time, in define_machine()
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c1177 .get_rtc_time = rtas_get_rtc_time, in define_machine()