Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dnct6775-core.c1395 u16 fanmodecfg, reg; in nct6775_update_pwm() local
1408 err = nct6775_read_value(data, data->REG_FAN_MODE[i], &fanmodecfg); in nct6775_update_pwm()
1421 (fanmodecfg >> 4) & 7); in nct6775_update_pwm()
1425 data->temp_tolerance[0][i] = fanmodecfg & 0x0f; in nct6775_update_pwm()
1428 u8 t = fanmodecfg & 0x0f; in nct6775_update_pwm()