Searched refs:W83781D_REG_BEEP_INTS3 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/hwmon/ |
D | w83627hf.c | 189 #define W83781D_REG_BEEP_INTS3 0x453 macro 561 w83627hf_read_value(data, W83781D_REG_BEEP_INTS3) << 16; in w83627hf_update_device() 977 reg = w83627hf_read_value(data, W83781D_REG_BEEP_INTS3); in beep_store() 982 w83627hf_write_value(data, W83781D_REG_BEEP_INTS3, reg); in beep_store() 1417 w83627hf_write_value(data, W83781D_REG_BEEP_INTS3, in beep_mask_store()
|
D | w83781d.c | 115 #define W83781D_REG_BEEP_INTS3 0x453 /* not on W83781D */ macro 509 w83781d_write_value(data, W83781D_REG_BEEP_INTS3, in beep_mask_store() 565 reg = w83781d_read_value(data, W83781D_REG_BEEP_INTS3); in store_beep() 570 w83781d_write_value(data, W83781D_REG_BEEP_INTS3, reg); in store_beep() 1552 W83781D_REG_BEEP_INTS3) << 16; in w83781d_update_device()
|