Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dw83l786ng.c68 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()