Searched refs:ALARM_STATUS (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/rtc/ |
H A D | aspeed_rtc.c | 22 #define ALARM_STATUS (0x14 / 4) macro 86 case ALARM_STATUS: in aspeed_rtc_read() 115 case ALARM_STATUS: in aspeed_rtc_write()
|
/openbmc/linux/drivers/hwmon/ |
H A D | w83795.c | 698 #define ALARM_STATUS 0 macro 711 if (nr == ALARM_STATUS) in show_alarm_beep() 1617 NULL, ALARM_STATUS, index + ((index > 14) ? 1 : 0)), \ 1632 NULL, ALARM_STATUS, index + 31), \ 1672 show_alarm_beep, NULL, ALARM_STATUS, index + 17), \ 1694 show_alarm_beep, NULL, ALARM_STATUS, \ 1832 store_chassis_clear, ALARM_STATUS, 46),
|
H A D | w83793.c | 348 #define ALARM_STATUS 0 macro 361 if (nr == ALARM_STATUS) { in show_alarm_beep() 1022 NULL, ALARM_STATUS, index + ((index > 2) ? 1 : 0)), \ 1029 NULL, ALARM_STATUS, index + 17), \ 1061 show_alarm_beep, NULL, ALARM_STATUS, index + 11), \ 1161 store_chassis_clear, ALARM_STATUS, 30),
|