Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dw83795.c160 #define W83795_REG_ALARM(index) (0x41 + (index)) macro
675 intrusion = w83795_read(client, W83795_REG_ALARM(5)) & (1 << 6); in w83795_update_device()
679 data->alarms[i] = w83795_read(client, W83795_REG_ALARM(i)); in w83795_update_device()
766 w83795_read(client, W83795_REG_ALARM(5)); in store_chassis_clear()