Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dw83795.c175 #define W83795_REG_BEEP(index) (0x50 + (index)) macro
528 w83795_read(client, W83795_REG_BEEP(i)); in w83795_update_limits()
751 data->beeps[index] = w83795_read(client, W83795_REG_BEEP(index)); in store_beep()
754 w83795_write(client, W83795_REG_BEEP(index), data->beeps[index]); in store_beep()