Searched refs:W83793_REG_PWM (Results 1 – 1 of 1) sorted by relevance
/drivers/hwmon/ |
D | w83793.c | 159 #define W83793_REG_PWM(index, nr) (((nr) == 0 ? 0xb3 : \ macro 551 w83793_read_value(client, W83793_REG_PWM(index, nr)) & 0xc0; in store_pwm() 553 w83793_write_value(client, W83793_REG_PWM(index, nr), in store_pwm() 2002 w83793_read_value(client, W83793_REG_PWM(i, PWM_NONSTOP)); in w83793_update_nonvolatile() 2004 w83793_read_value(client, W83793_REG_PWM(i, PWM_START)); in w83793_update_nonvolatile() 2066 W83793_REG_PWM(i, PWM_DUTY)); in w83793_update_device()
|