Searched refs:cmos (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-cmos.c14 * The original "cmos clock" chip was an MC146818 chip, now obsolete.
104 struct cmos_rtc *cmos = dev_get_drvdata(dev); local
107 if (!is_valid_irq(cmos->irq))
122 if (cmos->day_alrm) {
123 t->time.tm_mday = CMOS_READ(cmos->day_alrm);
127 if (cmos->mon_alrm) {
128 t->time.tm_mon = CMOS_READ(cmos->mon_alrm);
152 if (cmos->day_alrm) {
157 if (cmos->mon_alrm) {
174 struct cmos_rtc *cmos local
240 struct cmos_rtc *cmos = dev_get_drvdata(dev); local
267 struct cmos_rtc *cmos = dev_get_drvdata(dev); local
324 struct cmos_rtc *cmos = dev_get_drvdata(dev); local
527 struct cmos_rtc *cmos = dev_get_drvdata(dev); local
548 struct cmos_rtc *cmos = dev_get_drvdata(dev); local
588 struct cmos_rtc *cmos = dev_get_drvdata(dev); local
[all...]
H A DMakefile18 obj-$(CONFIG_RTC_DRV_CMOS) += rtc-cmos.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-voyager/
H A Dvoyager_basic.c130 __u8 cmos[4]; local
140 for(i = 0; i < sizeof(cmos); i++)
141 cmos[i] = voyager_extended_cmos_read(VOYAGER_MEMORY_CLICKMAP + i);
143 map_addr = *(unsigned long *)cmos;
H A Dvoyager_cat.c579 __u8 cmos[4]; local
583 for(i=0; i<sizeof(cmos); i++)
584 cmos[i] = voyager_extended_cmos_read(VOYAGER_DUMP_LOCATION + i);
585 addr = *(unsigned long *)cmos;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfd.h121 signed char cmos; /* CMOS type */ member in struct:floppy_drive_params
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c3600 if (!UDP->cmos)
3601 UDP->cmos = FLOPPY0_TYPE;
3603 if (!UDP->cmos && FLOPPY1_TYPE)
3604 UDP->cmos = FLOPPY1_TYPE;
3609 unsigned int type = UDP->cmos;
3697 if ((UDP->cmos == 6) || (UDP->cmos == 5))
4039 DP->cmos = ints[2];
4071 {"cmos", set_cmos, NULL, 0, 0},
4129 return sprintf(buf, "%X\n", UDP->cmos);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c48 * limit arg for cmos, led, beep, drop experimental status
66 * experimental cmos control
134 IBM_HANDLE(cmos, root, "\\UCMS", /* R50, R50e, R50p, R51, T4x, X31, X40 */
1679 IBM_ACPIHANDLE_INIT(cmos);
2045 "initializing cmos commands subdriver\n");
2047 IBM_ACPIHANDLE_INIT(cmos);
2049 vdbg_printk(TPACPI_DBG_INIT, "cmos commands are %s\n",
2068 /* cmos not supported on 570, 600e/x, 770e, 770x, A21e, A2xm/p,
2101 .name = "cmos",
4199 IBM_PARAM(cmos); variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dcompat_ioctl.c1632 char cmos; member in struct:floppy_drive_params32
1782 err = __get_user(f->cmos, &uf->cmos);
1855 err = __put_user(f->cmos, &uf->cmos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S719 # Read the cmos clock. Return the seconds in al

Completed in 196 milliseconds