Searched refs:fan5pin (Results 1 – 1 of 1) sorted by relevance
1294 int fan3pin, fan4pin, fan5pin, regval; in w83627ehf_check_fan_inputs() local1307 fan5pin = superio_inb(sio_data->sioreg, 0x27) & 0x20; in w83627ehf_check_fan_inputs()1311 fan5pin = !(superio_inb(sio_data->sioreg, 0x24) & 0x02); in w83627ehf_check_fan_inputs()1330 if (!(regval & (1 << 1)) && fan5pin) { in w83627ehf_check_fan_inputs()