Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dw83627ehf.c740 int pwmcfg, fanmodecfg; in nct6775_update_pwm() local
745 fanmodecfg = w83627ehf_read_value(data, in nct6775_update_pwm()
749 data->pwm_enable[i] = ((fanmodecfg >> 4) & 7) + 1; in nct6775_update_pwm()
750 data->tolerance[i] = fanmodecfg & 0x0f; in nct6775_update_pwm()
Dnct6775.c1383 int fanmodecfg, reg; in nct6775_update_pwm() local
1395 fanmodecfg = nct6775_read_value(data, data->REG_FAN_MODE[i]); in nct6775_update_pwm()
1405 (fanmodecfg >> 4) & 7); in nct6775_update_pwm()
1409 data->temp_tolerance[0][i] = fanmodecfg & 0x0f; in nct6775_update_pwm()
1412 u8 t = fanmodecfg & 0x0f; in nct6775_update_pwm()