Lines Matching refs:sioreg
384 int sioreg; member
1308 fan4pin = superio_inb(sio_data->sioreg, 0x27) & 0x40; in w83627ehf_check_fan_inputs()
1309 fan5pin = superio_inb(sio_data->sioreg, 0x27) & 0x20; in w83627ehf_check_fan_inputs()
1312 fan4pin = !(superio_inb(sio_data->sioreg, 0x29) & 0x06); in w83627ehf_check_fan_inputs()
1313 fan5pin = !(superio_inb(sio_data->sioreg, 0x24) & 0x02); in w83627ehf_check_fan_inputs()
1883 err = superio_enter(sio_data->sioreg); in w83627ehf_probe()
1894 superio_select(sio_data->sioreg, W83667HG_LD_VID); in w83627ehf_probe()
1895 data->vid = superio_inb(sio_data->sioreg, 0xe3); in w83627ehf_probe()
1898 superio_select(sio_data->sioreg, W83627EHF_LD_HWM); in w83627ehf_probe()
1899 if (superio_inb(sio_data->sioreg, SIO_REG_VID_CTRL) & 0x80) { in w83627ehf_probe()
1908 en_vrm10 = superio_inb(sio_data->sioreg, in w83627ehf_probe()
1913 superio_outb(sio_data->sioreg, in w83627ehf_probe()
1920 superio_outb(sio_data->sioreg, in w83627ehf_probe()
1926 data->vid = superio_inb(sio_data->sioreg, in w83627ehf_probe()
1939 superio_exit(sio_data->sioreg); in w83627ehf_probe()
2145 sio_data->sioreg = sioaddr; in w83627ehf_find()