Searched refs:W83793_REG_PWM (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | w83793.c | 172 #define W83793_REG_PWM(index, nr) (((nr) == 0 ? 0xb3 : \ macro 566 w83793_read_value(client, W83793_REG_PWM(index, nr)) & 0xc0; in store_pwm() 568 w83793_write_value(client, W83793_REG_PWM(index, nr), in store_pwm() 2036 w83793_read_value(client, W83793_REG_PWM(i, PWM_NONSTOP)); in w83793_update_nonvolatile() 2038 w83793_read_value(client, W83793_REG_PWM(i, PWM_START)); in w83793_update_nonvolatile() 2100 W83793_REG_PWM(i, PWM_DUTY)); in w83793_update_device()
|