Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/kernel/
Dtime.c119 if (!mach_set_rtc_pll) in rtc_ioctl()
125 return mach_set_rtc_pll(&pll); in rtc_ioctl()
Dsetup_mm.c94 int (*mach_set_rtc_pll)(struct rtc_pll_info *); variable
97 EXPORT_SYMBOL(mach_set_rtc_pll);
/Linux-v4.19/arch/m68k/include/asm/
Dmachdep.h24 extern int (*mach_set_rtc_pll)(struct rtc_pll_info *);
/Linux-v4.19/arch/m68k/q40/
Dconfig.c176 mach_set_rtc_pll = q40_set_rtc_pll; in config_q40()