Searched refs:nowtime (Results 1 - 25 of 55) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dtime.c126 unsigned int nowtime; local
129 nowtime = from_rtc_time(tm) + RTC_OFFSET;
131 nowtime >> 24, nowtime >> 16, nowtime >> 8,
132 nowtime) < 0)
169 unsigned int nowtime; local
172 nowtime = from_rtc_time(tm) + RTC_OFFSET;
173 if (pmu_request(&req, NULL, 5, PMU_SET_RTC, nowtime >> 24,
174 nowtime >> 1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dtime.c126 unsigned int nowtime; local
129 nowtime = from_rtc_time(tm) + RTC_OFFSET;
131 nowtime >> 24, nowtime >> 16, nowtime >> 8,
132 nowtime) < 0)
169 unsigned int nowtime; local
172 nowtime = from_rtc_time(tm) + RTC_OFFSET;
173 if (pmu_request(&req, NULL, 5, PMU_SET_RTC, nowtime >> 24,
174 nowtime >> 1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Dmc146818-time.h23 * called 500 ms after the second nowtime has started, because when
24 * nowtime is written into the registers of the CMOS clock, it will
31 static inline int mc146818_set_rtc_mmss(unsigned long nowtime) argument
55 real_seconds = nowtime % 60;
56 real_minutes = nowtime / 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmc146818-time.h23 * called 500 ms after the second nowtime has started, because when
24 * nowtime is written into the registers of the CMOS clock, it will
31 static inline int mc146818_set_rtc_mmss(unsigned long nowtime) argument
55 real_seconds = nowtime % 60;
56 real_minutes = nowtime / 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/kernel/
H A Dtime.c58 int set_rtc_mmss(unsigned long nowtime) argument
63 printk(KERN_DEBUG "set_rtc_mmss(%lu)\n", nowtime);
77 real_seconds = nowtime % 60;
78 real_minutes = nowtime / 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/kernel/
H A Dtime.c58 int set_rtc_mmss(unsigned long nowtime) argument
63 printk(KERN_DEBUG "set_rtc_mmss(%lu)\n", nowtime);
77 real_seconds = nowtime % 60;
78 real_minutes = nowtime / 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68knommu/kernel/
H A Dtime.c29 static inline int set_rtc_mmss(unsigned long nowtime) argument
32 return mach_set_clock_mmss (nowtime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/kernel/
H A Dtime.c42 int __weak rtc_mips_set_mmss(unsigned long nowtime) argument
44 return rtc_mips_set_time(nowtime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dtime.c29 static inline int set_rtc_mmss(unsigned long nowtime) argument
32 return mach_set_clock_mmss (nowtime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/kernel/
H A Dtime.c42 int __weak rtc_mips_set_mmss(unsigned long nowtime) argument
44 return rtc_mips_set_time(nowtime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/boards/mach-sh03/
H A Drtc.c87 static int set_rtc_mmss(unsigned long nowtime) argument
99 real_seconds = nowtime % 60;
100 real_minutes = nowtime / 60;
123 unsigned long nowtime = secs; local
125 return set_rtc_mmss(nowtime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/boards/mach-sh03/
H A Drtc.c87 static int set_rtc_mmss(unsigned long nowtime) argument
99 real_seconds = nowtime % 60;
100 real_minutes = nowtime / 60;
123 unsigned long nowtime = secs; local
125 return set_rtc_mmss(nowtime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/kernel/
H A Drtc.c39 * ms after the second nowtime has started, because when nowtime is written
47 static int set_rtc_mmss(unsigned long nowtime) argument
73 real_seconds = nowtime % 60;
74 real_minutes = nowtime / 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/dec/
H A Dtime.c62 * be called 500 ms after the second nowtime has started, because when
63 * nowtime is written into the registers of the CMOS clock, it will
67 int rtc_mips_set_mmss(unsigned long nowtime) argument
93 real_seconds = nowtime % 60;
94 real_minutes = nowtime / 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/dec/
H A Dtime.c62 * be called 500 ms after the second nowtime has started, because when
63 * nowtime is written into the registers of the CMOS clock, it will
67 int rtc_mips_set_mmss(unsigned long nowtime) argument
93 real_seconds = nowtime % 60;
94 real_minutes = nowtime / 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/kernel/
H A Drtc.c39 * ms after the second nowtime has started, because when nowtime is written
47 static int set_rtc_mmss(unsigned long nowtime) argument
73 real_seconds = nowtime % 60;
74 real_minutes = nowtime / 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/kernel/
H A Dtime.c31 static inline int set_rtc_mmss(unsigned long nowtime) argument
34 return mach_set_clock_mmss (nowtime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/kernel/
H A Dtime.c31 static inline int set_rtc_mmss(unsigned long nowtime) argument
34 return mach_set_clock_mmss (nowtime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Drtc.c32 * called 500 ms after the second nowtime has started, because when
33 * nowtime is written into the registers of the CMOS clock, it will
40 int mach_set_rtc_mmss(unsigned long nowtime) argument
64 real_seconds = nowtime % 60;
65 real_minutes = nowtime / 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Drtc.c32 * called 500 ms after the second nowtime has started, because when
33 * nowtime is written into the registers of the CMOS clock, it will
40 int mach_set_rtc_mmss(unsigned long nowtime) argument
64 real_seconds = nowtime % 60;
65 real_minutes = nowtime / 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/atari/
H A Dtime.c289 int atari_mste_set_clock_mmss (unsigned long nowtime) argument
291 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60;
312 int atari_tt_set_clock_mmss (unsigned long nowtime) argument
315 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/atari/
H A Dtime.c289 int atari_mste_set_clock_mmss (unsigned long nowtime) argument
291 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60;
312 int atari_tt_set_clock_mmss (unsigned long nowtime) argument
315 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dmc146818rtc.h99 extern int mach_set_rtc_mmss(unsigned long nowtime);
H A Dx86_init.h150 int (*set_wallclock)(unsigned long nowtime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmc146818rtc.h99 extern int mach_set_rtc_mmss(unsigned long nowtime);

Completed in 230 milliseconds

123