Lines Matching refs:sioreg

514 	int sioreg;  member
1973 superio_enter(sio_data->sioreg); in w83627ehf_check_fan_inputs()
1979 fan4pin = !(superio_inb(sio_data->sioreg, 0x2A) & 0x80); in w83627ehf_check_fan_inputs()
1983 bool gpok = superio_inb(sio_data->sioreg, 0x27) & 0x80; in w83627ehf_check_fan_inputs()
1985 superio_select(sio_data->sioreg, W83627EHF_LD_HWM); in w83627ehf_check_fan_inputs()
1986 regval = superio_inb(sio_data->sioreg, SIO_REG_ENABLE); in w83627ehf_check_fan_inputs()
1991 fan3pin = !(superio_inb(sio_data->sioreg, 0x24) & 0x40); in w83627ehf_check_fan_inputs()
1996 fan4pin = !!(superio_inb(sio_data->sioreg, 0x1C) & 0x01); in w83627ehf_check_fan_inputs()
2001 fan5pin = !!(superio_inb(sio_data->sioreg, 0x1C) & 0x02); in w83627ehf_check_fan_inputs()
2006 fan4pin = superio_inb(sio_data->sioreg, 0x27) & 0x40; in w83627ehf_check_fan_inputs()
2007 fan5pin = superio_inb(sio_data->sioreg, 0x27) & 0x20; in w83627ehf_check_fan_inputs()
2011 fan4pin = !(superio_inb(sio_data->sioreg, 0x29) & 0x06); in w83627ehf_check_fan_inputs()
2012 fan5pin = !(superio_inb(sio_data->sioreg, 0x24) & 0x02); in w83627ehf_check_fan_inputs()
2016 superio_exit(sio_data->sioreg); in w83627ehf_check_fan_inputs()
2355 superio_enter(sio_data->sioreg); in w83627ehf_probe()
2364 superio_select(sio_data->sioreg, W83667HG_LD_VID); in w83627ehf_probe()
2365 data->vid = superio_inb(sio_data->sioreg, 0xe3); in w83627ehf_probe()
2370 superio_select(sio_data->sioreg, W83627EHF_LD_HWM); in w83627ehf_probe()
2371 if (superio_inb(sio_data->sioreg, SIO_REG_VID_CTRL) & 0x80) { in w83627ehf_probe()
2380 en_vrm10 = superio_inb(sio_data->sioreg, in w83627ehf_probe()
2385 superio_outb(sio_data->sioreg, in w83627ehf_probe()
2392 superio_outb(sio_data->sioreg, in w83627ehf_probe()
2398 data->vid = superio_inb(sio_data->sioreg, in w83627ehf_probe()
2416 superio_select(sio_data->sioreg, W83627EHF_LD_HWM); in w83627ehf_probe()
2417 tmp = superio_inb(sio_data->sioreg, NCT6775_REG_FAN_DEBOUNCE); in w83627ehf_probe()
2419 superio_outb(sio_data->sioreg, NCT6775_REG_FAN_DEBOUNCE, in w83627ehf_probe()
2422 superio_outb(sio_data->sioreg, NCT6775_REG_FAN_DEBOUNCE, in w83627ehf_probe()
2427 superio_exit(sio_data->sioreg); in w83627ehf_probe()
2787 sio_data->sioreg = sioaddr; in w83627ehf_find()