Searched refs:cmos (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | rtc-cmos.c | 248 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 D | Makefile | 45 obj-$(CONFIG_RTC_DRV_CMOS) += rtc-cmos.o
|
| H A D | Kconfig | 1065 will be called rtc-cmos.
|
| /linux/drivers/block/ |
| H A D | floppy.c | 3584 char cmos; member 3717 drive_params[drive].cmos = v.cmos; in compat_setdrvprm() 3748 v.cmos = drive_params[drive].cmos; in compat_getdrvprm() 3920 if (!drive_params[drive].cmos) in config_types() 3921 drive_params[drive].cmos = FLOPPY0_TYPE; in config_types() 3923 if (!drive_params[drive].cmos) in config_types() 3924 drive_params[drive].cmos = FLOPPY1_TYPE; in config_types() 3929 unsigned int type = drive_params[drive].cmos; in config_types() 4015 if ((drive_params[drive].cmos == 6) || (drive_params[drive].cmos == 5)) in floppy_open() 4365 drive_params[current_drive].cmos = ints[2]; in set_cmos() [all …]
|
| /linux/include/uapi/linux/ |
| H A D | fd.h | 128 signed char cmos; /* CMOS type */ member
|
| /linux/Documentation/admin-guide/blockdev/ |
| H A D | floppy.rst | 81 0x370, and if you use the 'cmos' option. 143 floppy=<drive>,<type>,cmos
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-tyan-s8036.dts | 425 /*F1*/ "clear-cmos-control", /* out: BMC_ASSERT_CLR_CMOS_L */
|
| H A D | aspeed-bmc-tyan-s7106.dts | 478 /*F1*/ "clear-cmos-control", /* out: BMC_CLR_CMOS_N */
|
| H A D | aspeed-bmc-facebook-harma.dts | 773 "FM_BOARD_REV_ID0","reset-control-cmos-clear",
|
| /linux/Documentation/arch/x86/ |
| H A D | amd-debugging.rst | 206 `commit 3d762e21d5637 ("rtc: cmos: Use ACPI alarm for non-Intel x86 systems too") <https://git.kern…
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 597 TPACPI_HANDLE(cmos, root, "\\UCMS", /* R50, R50e, R50p, R51, */ 5340 TPACPI_ACPIHANDLE_INIT(cmos); in light_init() 5467 TPACPI_ACPIHANDLE_INIT(cmos); in cmos_init() 12046 TPACPI_PARAM(cmos);
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | thinkpad-acpi.rst | 745 procfs: /proc/acpi/ibm/cmos 759 The range of valid cmos command numbers is 0 to 21, but not all have an 774 The cmos command interface is prone to firmware split-brain problems, as
|