Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dnct6775-platform.c566 int cr2d = sio_data->sio_inb(sio_data, 0x2d); in nct6775_check_fan_inputs() local
589 fan6pin = cr2d & BIT(1); in nct6775_check_fan_inputs()
590 pwm6pin = cr2d & BIT(0); in nct6775_check_fan_inputs()
593 fan6pin = !dsw_en && (cr2d & BIT(1)); in nct6775_check_fan_inputs()
594 pwm6pin = !dsw_en && (cr2d & BIT(0)); in nct6775_check_fan_inputs()
600 fan6pin = !dsw_en && (cr2d & BIT(1)); in nct6775_check_fan_inputs()
603 pwm5pin |= cr2d & BIT(7); in nct6775_check_fan_inputs()
606 pwm6pin = !dsw_en && (cr2d & BIT(0)); in nct6775_check_fan_inputs()
617 pwm5pin |= cr2d & BIT(7); in nct6775_check_fan_inputs()
634 pwm5pin |= cr2d & BIT(7); in nct6775_check_fan_inputs()
[all …]