Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dnct6775-platform.c498 int cr2c = sio_data->sio_inb(sio_data, 0x2c); in nct6775_check_fan_inputs() local
500 fan3pin = cr2c & BIT(6); in nct6775_check_fan_inputs()
501 pwm3pin = cr2c & BIT(7); in nct6775_check_fan_inputs()