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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Drtc.h33 unsigned long nowtime; local
35 nowtime = rtc_mips_get_time();
36 to_tm(nowtime, time);
44 unsigned long nowtime; local
47 nowtime = mktime(time->tm_year+1900, time->tm_mon+1,
50 ret = rtc_mips_set_time(nowtime);
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;
H A Dds1216.h6 int ds1216_set_rtc_mmss(unsigned long nowtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Drtc.h33 unsigned long nowtime; local
35 nowtime = rtc_mips_get_time();
36 to_tm(nowtime, time);
44 unsigned long nowtime; local
47 nowtime = mktime(time->tm_year+1900, time->tm_mon+1,
50 ret = rtc_mips_set_time(nowtime);
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;
H A Dds1216.h6 int ds1216_set_rtc_mmss(unsigned long nowtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dtime.h19 static inline int native_set_wallclock(unsigned long nowtime) argument
24 retval = efi_set_rtc_mmss(nowtime);
26 retval = mach_set_rtc_mmss(nowtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Drtc.h48 unsigned long nowtime; local
50 nowtime = (ppc_md.get_rtc_time)();
52 to_tm(nowtime, time);
64 unsigned long nowtime; local
66 nowtime = mktime(time->tm_year+1900, time->tm_mon+1,
70 (ppc_md.set_rtc_time)(nowtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dm41t00.h48 extern int m41t00_set_rtc_time(ulong nowtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dtime.c122 unsigned int nowtime; local
125 nowtime = from_rtc_time(tm) + RTC_OFFSET;
127 nowtime >> 24, nowtime >> 16, nowtime >> 8,
128 nowtime) < 0)
165 unsigned int nowtime; local
168 nowtime = from_rtc_time(tm) + RTC_OFFSET;
169 if (pmu_request(&req, NULL, 5, PMU_SET_RTC, nowtime >> 24,
170 nowtime >> 1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-default/
H A Dmach_time.h19 * called 500 ms after the second nowtime has started, because when
20 * nowtime is written into the registers of the CMOS clock, it will
27 static inline int mach_set_rtc_mmss(unsigned long nowtime) argument
49 real_seconds = nowtime % 60;
50 real_minutes = nowtime / 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/mpc1211/
H A Drtc.c58 * called 500 ms after the second nowtime has started, because when
59 * nowtime is written into the registers of the CMOS clock, it will
66 static int set_rtc_mmss(unsigned long nowtime) argument
90 real_seconds = nowtime % 60;
91 real_minutes = nowtime / 60;
126 unsigned long nowtime = tv->tv_sec; local
128 return set_rtc_mmss(nowtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/amiga/
H A Dtime.c28 int m68k_set_rtc_time(unsigned long nowtime) argument
31 return mach_set_clock_mmss (nowtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-footbridge/
H A Dtime.c69 unsigned long nowtime = xtime.tv_sec; local
87 real_seconds = nowtime % 60;
88 real_minutes = nowtime / 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dtime.c120 int set_rtc_mmss(unsigned long nowtime) argument
125 printk(KERN_DEBUG "set_rtc_mmss(%lu)\n", nowtime);
139 real_seconds = nowtime % 60;
140 real_minutes = nowtime / 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/
H A Dtime.c79 * be called 500 ms after the second nowtime has started, because when
80 * nowtime is written into the registers of the CMOS clock, it will
84 static int dec_rtc_set_mmss(unsigned long nowtime) argument
110 real_seconds = nowtime % 60;
111 real_minutes = nowtime / 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/swarm/
H A Dtime.c132 * called 500 ms after the second nowtime has started, because when
133 * nowtime is written into the registers of the CMOS clock, it will
140 int set_rtc_mmss(unsigned long nowtime) argument
154 real_seconds = nowtime % 60;
155 real_minutes = nowtime / 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/atari/
H A Dtime.c284 int atari_mste_set_clock_mmss (unsigned long nowtime) argument
286 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60;
307 int atari_tt_set_clock_mmss (unsigned long nowtime) argument
310 short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dtime.c30 static inline int set_rtc_mmss(unsigned long nowtime) argument
33 return mach_set_clock_mmss (nowtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dtime.c31 static inline int set_rtc_mmss(unsigned long nowtime) argument
34 return mach_set_clock_mmss (nowtime);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/snapgear/
H A Drtc.c210 unsigned long nowtime; local
220 nowtime = secs;
233 real_seconds = nowtime % 60;
234 real_minutes = nowtime / 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sni/
H A Dds1216.c77 int ds1216_set_rtc_mmss(unsigned long nowtime) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Dds1374.c176 int ds1374_set_rtc_time(ulong nowtime) argument
178 new_time = nowtime;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dtime.c110 static int set_rtc_mmss(unsigned long nowtime) argument
117 retval = set_wallclock(nowtime);

Completed in 271 milliseconds

123