Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dnct6775-core.c1310 u16 fanmodecfg, reg; in nct6775_update_pwm() local
1323 err = nct6775_read_value(data, data->REG_FAN_MODE[i], &fanmodecfg); in nct6775_update_pwm()
1336 (fanmodecfg >> 4) & 7); in nct6775_update_pwm()
1340 data->temp_tolerance[0][i] = fanmodecfg & 0x0f; in nct6775_update_pwm()
1343 u8 t = fanmodecfg & 0x0f; in nct6775_update_pwm()