Home
last modified time | relevance | path

Searched refs:INTRUSION_ALARM_BASE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dnct6775.h257 #define INTRUSION_ALARM_BASE 48 macro
260 #define NUM_ALARM_BITS (INTRUSION_ALARM_BASE + 4)
H A Dnct6775-platform.c754 int nr = to_sensor_dev_attr(attr)->index - INTRUSION_ALARM_BASE; in clear_caseopen()
790 clear_caseopen, INTRUSION_ALARM_BASE);
792 clear_caseopen, INTRUSION_ALARM_BASE + 1);
794 nct6775_store_beep, INTRUSION_ALARM_BASE);
796 nct6775_store_beep, INTRUSION_ALARM_BASE + 1);
810 if (data->ALARM_BITS[INTRUSION_ALARM_BASE + index - 1] < 0) in nct6775_other_is_visible()
815 if (data->BEEP_BITS[INTRUSION_ALARM_BASE + index - 3] < 0) in nct6775_other_is_visible()