Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dnct6775.h70 u8 CRITICAL_PWM_ENABLE_MASK; member
Dnct6775-core.c1554 if (reg & data->CRITICAL_PWM_ENABLE_MASK) { in nct6775_update_pwm_limits()
3211 reg &= ~data->CRITICAL_PWM_ENABLE_MASK; in store_auto_pwm()
3213 reg |= data->CRITICAL_PWM_ENABLE_MASK; in store_auto_pwm()
3562 data->CRITICAL_PWM_ENABLE_MASK in nct6775_probe()
3637 data->CRITICAL_PWM_ENABLE_MASK in nct6775_probe()
3870 data->CRITICAL_PWM_ENABLE_MASK in nct6775_probe()
3981 data->CRITICAL_PWM_ENABLE_MASK in nct6775_probe()
4094 data->CRITICAL_PWM_ENABLE_MASK = NCT6779_CRITICAL_PWM_ENABLE_MASK; in nct6775_probe()