Home
last modified time | relevance | path

Searched refs:cmos (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/rtc/
H A Drtc-cmos.c248 struct cmos_rtc *cmos; member
264 if (p->cmos->day_alrm) { in cmos_read_alarm_callback()
266 time->tm_mday = CMOS_READ(p->cmos->day_alrm) & 0x3f; in cmos_read_alarm_callback()
270 if (p->cmos->mon_alrm) { in cmos_read_alarm_callback()
271 time->tm_mon = CMOS_READ(p->cmos->mon_alrm); in cmos_read_alarm_callback()
282 struct cmos_rtc *cmos = dev_get_drvdata(dev); in cmos_read_alarm() local
284 .cmos = cmos, in cmos_read_alarm()
289 if (!is_valid_irq(cmos->irq)) in cmos_read_alarm()
322 if (cmos->day_alrm) { in cmos_read_alarm()
328 if (cmos->mon_alrm) { in cmos_read_alarm()
[all …]
H A DMakefile45 obj-$(CONFIG_RTC_DRV_CMOS) += rtc-cmos.o
H A DKconfig1063 will be called rtc-cmos.
/linux/include/uapi/linux/
H A Dfd.h128 signed char cmos; /* CMOS type */ member
/linux/Documentation/admin-guide/blockdev/
H A Dfloppy.rst81 0x370, and if you use the 'cmos' option.
143 floppy=<drive>,<type>,cmos
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-tyan-s8036.dts425 /*F1*/ "clear-cmos-control", /* out: BMC_ASSERT_CLR_CMOS_L */
H A Daspeed-bmc-tyan-s7106.dts478 /*F1*/ "clear-cmos-control", /* out: BMC_CLR_CMOS_N */
H A Daspeed-bmc-facebook-harma.dts773 "FM_BOARD_REV_ID0","reset-control-cmos-clear",
/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c596 TPACPI_HANDLE(cmos, root, "\\UCMS", /* R50, R50e, R50p, R51, */
5339 TPACPI_ACPIHANDLE_INIT(cmos); in light_init()
5466 TPACPI_ACPIHANDLE_INIT(cmos); in cmos_init()
11839 TPACPI_PARAM(cmos);
/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst744 procfs: /proc/acpi/ibm/cmos
758 The range of valid cmos command numbers is 0 to 21, but not all have an
773 The cmos command interface is prone to firmware split-brain problems, as