Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dw83795.c162 #define W83795_REG_BEEP(index) (0x50 + (index)) macro
515 w83795_read(client, W83795_REG_BEEP(i)); in w83795_update_limits()
738 data->beeps[index] = w83795_read(client, W83795_REG_BEEP(index)); in store_beep()
741 w83795_write(client, W83795_REG_BEEP(index), data->beeps[index]); in store_beep()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dw83795.c162 #define W83795_REG_BEEP(index) (0x50 + (index)) macro
515 w83795_read(client, W83795_REG_BEEP(i)); in w83795_update_limits()
738 data->beeps[index] = w83795_read(client, W83795_REG_BEEP(index)); in store_beep()
741 w83795_write(client, W83795_REG_BEEP(index), data->beeps[index]); in store_beep()

Completed in 8 milliseconds