Home
last modified time | relevance | path

Searched refs:FSCHMD_CONTROL_ALERT_LED (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dfschmd.c64 #define FSCHMD_CONTROL_ALERT_LED 0x01 macro
559 if (data->global_control & FSCHMD_CONTROL_ALERT_LED) in alert_led_show()
582 reg |= FSCHMD_CONTROL_ALERT_LED; in alert_led_store()
584 reg &= ~FSCHMD_CONTROL_ALERT_LED; in alert_led_store()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dfschmd.c64 #define FSCHMD_CONTROL_ALERT_LED 0x01 macro
559 if (data->global_control & FSCHMD_CONTROL_ALERT_LED) in alert_led_show()
582 reg |= FSCHMD_CONTROL_ALERT_LED; in alert_led_store()
584 reg &= ~FSCHMD_CONTROL_ALERT_LED; in alert_led_store()

Completed in 5 milliseconds