Searched refs:rtc (Results 1 - 25 of 157) sorted by last modified time

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Dds1337.c21 #include <linux/rtc.h> /* get the user-level API */
H A Dds1374.c27 #include <linux/rtc.h>
69 "can't read from rtc chip\n");
85 "can't write to rtc chip\n");
99 "can't read status from rtc chip\n");
136 "can't get consistent time from rtc chip\n");
169 "can't confirm time set from rtc chip\n");
H A Dm41t00.c2 * I2C client/driver for the ST M41T00 family of i2c rtc chips.
20 #include <linux/rtc.h>
26 #include <asm/rtc.h>
105 u8 buf[8], msgbuf[1] = { 0 }; /* offset into rtc's regs */
206 wbuf[0] = 0; /* offset into rtc's regs */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dhp_sdc_rtc.c45 #include <linux/rtc.h>
455 p += sprintf(p, "i8042 rtc\t: READ FAILED!\n");
457 p += sprintf(p, "i8042 rtc\t: %ld.%02d seconds\n",
558 printk(KERN_INFO "Could not register misc. dev for i8042 rtc\n");
560 create_proc_read_entry ("driver/rtc", 0, NULL,
571 remove_proc_entry ("driver/rtc", NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dsmu.c31 #include <linux/rtc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A DMakefile29 obj-$(CONFIG_PPC_RTAS) += rtas.o rtas-rtc.o $(rtaspci-y-y)
H A Drtas-proc.c25 #include <linux/rtc.h>
H A Drtas-rtc.c5 #include <linux/rtc.h>
H A Dtime.c51 #include <linux/rtc.h>
77 /* keep track of when we need to update the rtc */
348 * update the rtc when needed, this should be performed on the
353 * any other way is a /dev/rtc and userland business.
360 * We should have an rtc call that only sets the minutes and
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c34 #include <linux/rtc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dbeat.c24 #include <linux/rtc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dmf.c35 #include <linux/rtc.h>
702 struct rtc_time_data *rtc = token; local
704 memcpy(&rtc->ce_msg, ce_msg, sizeof(rtc->ce_msg));
705 rtc->rc = 0;
706 complete(&rtc->com);
827 struct boot_rtc_time_data *rtc = token; local
829 memcpy(&rtc->ce_msg, ce_msg, sizeof(rtc->ce_msg));
830 rtc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dtime.c25 #include <linux/rtc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dplatform.h24 #include <linux/rtc.h>
H A Dtime.c2 * PS3 time and rtc routines.
23 #include <asm/rtc.h>
54 * rtc_shift - Difference in seconds between 1970 and the ps3 rtc value.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dtimer.c11 #include <asm/rtc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmpc52xx_tty.c33 * rtc. We read the decrementer change during one rtc tick
35 * rtc tick is one seconds, and that's pretty long, we change the rtc
41 struct mpc52xx_rtc __iomem *rtc = local
49 out_be32(&rtc->dividers, 0x8f1f0000); /* Set RTC 64x faster */
50 previous_time = in_be32(&rtc->time);
51 while ((current_time = in_be32(&rtc->time)) == previous_time) ;
54 while ((current_time = in_be32(&rtc->time)) == previous_time) ;
56 out_be32(&rtc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dbubinga.c20 #include <linux/rtc.h>
H A Dsycamore.c18 #include <linux/rtc.h>
H A Dwalnut.c20 #include <linux/rtc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dmpc52xx_setup.c169 struct mpc52xx_rtc __iomem *rtc; local
172 rtc = ioremap(MPC52xx_PA(MPC52xx_RTC_OFFSET), MPC52xx_RTC_SIZE);
175 if ((rtc==NULL) || (cdm==NULL))
179 out_be32(&rtc->dividers, 0x8f1f0000); /* Set RTC 64x faster */
180 previous_time = in_be32(&rtc->time);
181 while ((current_time = in_be32(&rtc->time)) == previous_time) ;
184 while ((current_time = in_be32(&rtc->time)) == previous_time) ;
186 out_be32(&rtc->dividers, 0xffff0000); /* Restore RTC */
210 iounmap(rtc);
H A Dppc4xx_setup.c25 #include <linux/rtc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/dreamcast/
H A DMakefile5 obj-y := setup.o irq.o rtc.o
H A Drtc.c2 * arch/sh/boards/dreamcast/rtc.c
14 #include <asm/rtc.h>
H A Dsetup.c27 #include <asm/rtc.h>

Completed in 390 milliseconds

1234567