Lines Matching refs:sioreg
507 int sioreg; member
1970 fan4pin = !(superio_inb(sio_data->sioreg, 0x2A) & 0x80); in w83627ehf_check_fan_inputs()
1974 bool gpok = superio_inb(sio_data->sioreg, 0x27) & 0x80; in w83627ehf_check_fan_inputs()
1976 superio_select(sio_data->sioreg, W83627EHF_LD_HWM); in w83627ehf_check_fan_inputs()
1977 regval = superio_inb(sio_data->sioreg, SIO_REG_ENABLE); in w83627ehf_check_fan_inputs()
1982 fan3pin = !(superio_inb(sio_data->sioreg, 0x24) & 0x40); in w83627ehf_check_fan_inputs()
1987 fan4pin = !!(superio_inb(sio_data->sioreg, 0x1C) & 0x01); in w83627ehf_check_fan_inputs()
1992 fan5pin = !!(superio_inb(sio_data->sioreg, 0x1C) & 0x02); in w83627ehf_check_fan_inputs()
1997 fan4pin = superio_inb(sio_data->sioreg, 0x27) & 0x40; in w83627ehf_check_fan_inputs()
1998 fan5pin = superio_inb(sio_data->sioreg, 0x27) & 0x20; in w83627ehf_check_fan_inputs()
2002 fan4pin = !(superio_inb(sio_data->sioreg, 0x29) & 0x06); in w83627ehf_check_fan_inputs()
2003 fan5pin = !(superio_inb(sio_data->sioreg, 0x24) & 0x02); in w83627ehf_check_fan_inputs()
2345 err = superio_enter(sio_data->sioreg); in w83627ehf_probe()
2357 superio_select(sio_data->sioreg, W83667HG_LD_VID); in w83627ehf_probe()
2358 data->vid = superio_inb(sio_data->sioreg, 0xe3); in w83627ehf_probe()
2361 superio_exit(sio_data->sioreg); in w83627ehf_probe()
2365 superio_select(sio_data->sioreg, W83627EHF_LD_HWM); in w83627ehf_probe()
2366 if (superio_inb(sio_data->sioreg, SIO_REG_VID_CTRL) & 0x80) { in w83627ehf_probe()
2375 en_vrm10 = superio_inb(sio_data->sioreg, in w83627ehf_probe()
2380 superio_outb(sio_data->sioreg, in w83627ehf_probe()
2387 superio_outb(sio_data->sioreg, in w83627ehf_probe()
2393 data->vid = superio_inb(sio_data->sioreg, in w83627ehf_probe()
2400 superio_exit(sio_data->sioreg); in w83627ehf_probe()
2413 superio_select(sio_data->sioreg, W83627EHF_LD_HWM); in w83627ehf_probe()
2414 tmp = superio_inb(sio_data->sioreg, NCT6775_REG_FAN_DEBOUNCE); in w83627ehf_probe()
2416 superio_outb(sio_data->sioreg, NCT6775_REG_FAN_DEBOUNCE, in w83627ehf_probe()
2419 superio_outb(sio_data->sioreg, NCT6775_REG_FAN_DEBOUNCE, in w83627ehf_probe()
2426 superio_exit(sio_data->sioreg); in w83627ehf_probe()
2787 sio_data->sioreg = sioaddr; in w83627ehf_find()