Searched refs:rtc_mips_set_mmss (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
H A Dtime.h27 * rtc_mips_set_mmss - similar to rtc_set_time, but only min and sec need
31 extern int rtc_mips_set_mmss(unsigned long);
/linux-4.4.14/arch/mips/kernel/
H A Dtime.c42 int __weak rtc_mips_set_mmss(unsigned long nowtime) rtc_mips_set_mmss() function
49 return rtc_mips_set_mmss(now.tv_sec); update_persistent_clock()
/linux-4.4.14/arch/mips/dec/
H A Dtime.c61 * In order to set the CMOS clock precisely, rtc_mips_set_mmss has to
67 int rtc_mips_set_mmss(unsigned long nowtime) rtc_mips_set_mmss() function
/linux-4.4.14/arch/mips/lasat/
H A Dds1603.c154 int rtc_mips_set_mmss(unsigned long time) rtc_mips_set_mmss() function
H A Dsysctl.c78 rtc_mips_set_mmss(rtctmp); proc_dolasatrtc()

Completed in 58 milliseconds