Lines Matching refs:sioreg
514 int sioreg; member
1989 superio_enter(sio_data->sioreg); in w83627ehf_check_fan_inputs()
1995 fan4pin = !(superio_inb(sio_data->sioreg, 0x2A) & 0x80); in w83627ehf_check_fan_inputs()
1999 bool gpok = superio_inb(sio_data->sioreg, 0x27) & 0x80; in w83627ehf_check_fan_inputs()
2001 superio_select(sio_data->sioreg, W83627EHF_LD_HWM); in w83627ehf_check_fan_inputs()
2002 regval = superio_inb(sio_data->sioreg, SIO_REG_ENABLE); in w83627ehf_check_fan_inputs()
2007 fan3pin = !(superio_inb(sio_data->sioreg, 0x24) & 0x40); in w83627ehf_check_fan_inputs()
2012 fan4pin = !!(superio_inb(sio_data->sioreg, 0x1C) & 0x01); in w83627ehf_check_fan_inputs()
2017 fan5pin = !!(superio_inb(sio_data->sioreg, 0x1C) & 0x02); in w83627ehf_check_fan_inputs()
2022 fan4pin = superio_inb(sio_data->sioreg, 0x27) & 0x40; in w83627ehf_check_fan_inputs()
2023 fan5pin = superio_inb(sio_data->sioreg, 0x27) & 0x20; in w83627ehf_check_fan_inputs()
2027 fan4pin = !(superio_inb(sio_data->sioreg, 0x29) & 0x06); in w83627ehf_check_fan_inputs()
2028 fan5pin = !(superio_inb(sio_data->sioreg, 0x24) & 0x02); in w83627ehf_check_fan_inputs()
2032 superio_exit(sio_data->sioreg); in w83627ehf_check_fan_inputs()
2371 superio_enter(sio_data->sioreg); in w83627ehf_probe()
2380 superio_select(sio_data->sioreg, W83667HG_LD_VID); in w83627ehf_probe()
2381 data->vid = superio_inb(sio_data->sioreg, 0xe3); in w83627ehf_probe()
2386 superio_select(sio_data->sioreg, W83627EHF_LD_HWM); in w83627ehf_probe()
2387 if (superio_inb(sio_data->sioreg, SIO_REG_VID_CTRL) & 0x80) { in w83627ehf_probe()
2396 en_vrm10 = superio_inb(sio_data->sioreg, in w83627ehf_probe()
2401 superio_outb(sio_data->sioreg, in w83627ehf_probe()
2408 superio_outb(sio_data->sioreg, in w83627ehf_probe()
2414 data->vid = superio_inb(sio_data->sioreg, in w83627ehf_probe()
2432 superio_select(sio_data->sioreg, W83627EHF_LD_HWM); in w83627ehf_probe()
2433 tmp = superio_inb(sio_data->sioreg, NCT6775_REG_FAN_DEBOUNCE); in w83627ehf_probe()
2435 superio_outb(sio_data->sioreg, NCT6775_REG_FAN_DEBOUNCE, in w83627ehf_probe()
2438 superio_outb(sio_data->sioreg, NCT6775_REG_FAN_DEBOUNCE, in w83627ehf_probe()
2443 superio_exit(sio_data->sioreg); in w83627ehf_probe()
2803 sio_data->sioreg = sioaddr; in w83627ehf_find()