Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dnct6775-platform.c606 fan6pin = cr2d & BIT(1); in nct6775_check_fan_inputs()
607 pwm6pin = cr2d & BIT(0); in nct6775_check_fan_inputs()
610 fan6pin = !dsw_en && (cr2d & BIT(1)); in nct6775_check_fan_inputs()
611 pwm6pin = !dsw_en && (cr2d & BIT(0)); in nct6775_check_fan_inputs()
617 fan6pin = !dsw_en && (cr2d & BIT(1)); in nct6775_check_fan_inputs()
620 pwm5pin |= cr2d & BIT(7); in nct6775_check_fan_inputs()
623 pwm6pin = !dsw_en && (cr2d & BIT(0)); in nct6775_check_fan_inputs()
634 pwm5pin |= cr2d & BIT(7); in nct6775_check_fan_inputs()
651 pwm5pin |= cr2d & BIT(7); in nct6775_check_fan_inputs()
691 pwm7pin |= cr2d & BIT(7); in nct6775_check_fan_inputs()
[all …]