Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dw83627hf.c187 #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()
H A Dw83781d.c113 #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()
1546 w83781d_read_value(data, W83781D_REG_BEEP_INTS1); in w83781d_update_device()