Searched refs:W83795_REG_PWM (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83795.c | 188 #define W83795_REG_PWM(index, nr) (0x210 + (nr) * 8 + (index)) macro 545 w83795_read(client, W83795_REG_PWM(i, tmp)); in w83795_update_pwm_config() 662 w83795_read(client, W83795_REG_PWM(i, PWM_OUTPUT)); in w83795_update_device() 880 w83795_write(client, W83795_REG_PWM(index, nr), val); in store_pwm()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83795.c | 188 #define W83795_REG_PWM(index, nr) (0x210 + (nr) * 8 + (index)) macro 545 w83795_read(client, W83795_REG_PWM(i, tmp)); in w83795_update_pwm_config() 662 w83795_read(client, W83795_REG_PWM(i, PWM_OUTPUT)); in w83795_update_device() 880 w83795_write(client, W83795_REG_PWM(index, nr), val); in store_pwm()
|
Completed in 7 milliseconds