Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dw83627hf.c163 #define W83781D_REG_IN_MIN(nr) ((nr < 7) ? (0x2c + (nr) * 2) : \ macro
497 W83781D_REG_IN_MIN(i)); in w83627hf_update_device()
599 w83627hf_write_value(data, W83781D_REG_IN_MIN(i), in w83627hf_resume()
861 w83627hf_write_value(data, W83781D_REG_IN_MIN(0), data->in_min[0]); in in0_min_store()
1037 w83627hf_write_value(data, W83781D_REG_IN_MIN(nr), data->in_min[nr]); in in_min_store()
Dw83781d.c78 #define W83781D_REG_IN_MIN(nr) ((nr < 7) ? (0x2c + (nr) * 2) : \ macro
1462 w83781d_read_value(data, W83781D_REG_IN_MIN(i)); in w83781d_update_device()