Searched refs:fan4pin (Results 1 – 1 of 1) sorted by relevance
1294 int fan3pin, fan4pin, fan5pin, regval; in w83627ehf_check_fan_inputs() local1306 fan4pin = superio_inb(sio_data->sioreg, 0x27) & 0x40; in w83627ehf_check_fan_inputs()1310 fan4pin = !(superio_inb(sio_data->sioreg, 0x29) & 0x06); in w83627ehf_check_fan_inputs()1326 if ((regval & (1 << 2)) && fan4pin) { in w83627ehf_check_fan_inputs()