Searched refs:W83781D_REG_BEEP_INTS1 (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/hwmon/ |
D | w83627hf.c | 187 #define W83781D_REG_BEEP_INTS1 0x56 macro 560 w83627hf_read_value(data, W83781D_REG_BEEP_INTS1) | in w83627hf_update_device() 963 reg = w83627hf_read_value(data, W83781D_REG_BEEP_INTS1); in beep_store() 968 w83627hf_write_value(data, W83781D_REG_BEEP_INTS1, reg); in beep_store() 1415 w83627hf_write_value(data, W83781D_REG_BEEP_INTS1, in beep_mask_store()
|
D | w83781d.c | 113 #define W83781D_REG_BEEP_INTS1 0x56 macro 504 w83781d_write_value(data, W83781D_REG_BEEP_INTS1, in beep_mask_store() 551 reg = w83781d_read_value(data, W83781D_REG_BEEP_INTS1); in store_beep() 556 w83781d_write_value(data, W83781D_REG_BEEP_INTS1, reg); in store_beep() 1548 w83781d_read_value(data, W83781D_REG_BEEP_INTS1); in w83781d_update_device()
|