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

/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);
/arch/mips/kernel/
H A Dtime.c42 int __weak rtc_mips_set_mmss(unsigned long nowtime) function
49 return rtc_mips_set_mmss(now.tv_sec);
/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) function
/arch/mips/lasat/
H A Dds1603.c154 int rtc_mips_set_mmss(unsigned long time) function
H A Dsysctl.c93 rtc_mips_set_mmss(rtctmp);

Completed in 91 milliseconds