Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwmon/
Dnct6775.c3639 int cr2d = superio_inb(sioreg, 0x2d); in nct6775_check_fan_inputs() local
3662 fan6pin = cr2d & BIT(1); in nct6775_check_fan_inputs()
3663 pwm6pin = cr2d & BIT(0); in nct6775_check_fan_inputs()
3666 fan6pin = !dsw_en && (cr2d & BIT(1)); in nct6775_check_fan_inputs()
3667 pwm6pin = !dsw_en && (cr2d & BIT(0)); in nct6775_check_fan_inputs()
3673 fan6pin = !dsw_en && (cr2d & BIT(1)); in nct6775_check_fan_inputs()
3676 pwm5pin |= cr2d & BIT(7); in nct6775_check_fan_inputs()
3679 pwm6pin = !dsw_en && (cr2d & BIT(0)); in nct6775_check_fan_inputs()
3690 pwm5pin |= cr2d & BIT(7); in nct6775_check_fan_inputs()
3707 pwm5pin |= cr2d & BIT(7); in nct6775_check_fan_inputs()
[all …]