Searched refs:W83L786NG_REG_PWM (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83l786ng.c | 68 static const u8 W83L786NG_REG_PWM[] = {0x81, 0x87}; variable 193 (w83l786ng_read_value(client, W83L786NG_REG_PWM[i]) in w83l786ng_update_device() 520 val |= w83l786ng_read_value(client, W83L786NG_REG_PWM[nr]) & 0xf0; in store_pwm() 521 w83l786ng_write_value(client, W83L786NG_REG_PWM[nr], val); in store_pwm()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83l786ng.c | 67 static const u8 W83L786NG_REG_PWM[] = {0x81, 0x87}; variable 192 (w83l786ng_read_value(client, W83L786NG_REG_PWM[i]) in w83l786ng_update_device() 519 val |= w83l786ng_read_value(client, W83L786NG_REG_PWM[nr]) & 0xf0; in store_pwm() 520 w83l786ng_write_value(client, W83L786NG_REG_PWM[nr], val); in store_pwm()
|
Completed in 3 milliseconds