Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dnct6775.c1627 int fanmodecfg, reg; in nct6775_update_pwm() local
1639 fanmodecfg = nct6775_read_value(data, data->REG_FAN_MODE[i]); in nct6775_update_pwm()
1649 (fanmodecfg >> 4) & 7); in nct6775_update_pwm()
1653 data->temp_tolerance[0][i] = fanmodecfg & 0x0f; in nct6775_update_pwm()
1656 u8 t = fanmodecfg & 0x0f; in nct6775_update_pwm()