Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dnct6775-platform.c563 int cr1d = sio_data->sio_inb(sio_data, 0x1d); in nct6775_check_fan_inputs() local
641 pwm7pin = !(cr1d & (BIT(2) | BIT(3))); in nct6775_check_fan_inputs()
658 pwm7pin = cr1d & BIT(4); in nct6775_check_fan_inputs()
673 pwm7pin = !(cr1d & (BIT(2) | BIT(3))); in nct6775_check_fan_inputs()