Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/kernel/
H A Dtime.c71 int (*mach_set_rtc_pll)(struct rtc_pll_info *); variable
73 EXPORT_SYMBOL(mach_set_rtc_pll);
119 if (!mach_set_rtc_pll) in rtc_ioctl()
125 return mach_set_rtc_pll(&pll); in rtc_ioctl()
/openbmc/linux/arch/m68k/include/asm/
H A Dmachdep.h23 extern int (*mach_set_rtc_pll)(struct rtc_pll_info *);
/openbmc/linux/arch/m68k/q40/
H A Dconfig.c172 mach_set_rtc_pll = q40_set_rtc_pll; in config_q40()