Searched refs:sioreg (Results 1 – 2 of 2) sorted by relevance
382 int sioreg; member1306 fan4pin = superio_inb(sio_data->sioreg, 0x27) & 0x40; in w83627ehf_check_fan_inputs()1307 fan5pin = superio_inb(sio_data->sioreg, 0x27) & 0x20; in w83627ehf_check_fan_inputs()1310 fan4pin = !(superio_inb(sio_data->sioreg, 0x29) & 0x06); in w83627ehf_check_fan_inputs()1311 fan5pin = !(superio_inb(sio_data->sioreg, 0x24) & 0x02); in w83627ehf_check_fan_inputs()1876 err = superio_enter(sio_data->sioreg); in w83627ehf_probe()1887 superio_select(sio_data->sioreg, W83667HG_LD_VID); in w83627ehf_probe()1888 data->vid = superio_inb(sio_data->sioreg, 0xe3); in w83627ehf_probe()1891 superio_select(sio_data->sioreg, W83627EHF_LD_HWM); in w83627ehf_probe()1892 if (superio_inb(sio_data->sioreg, SIO_REG_VID_CTRL) & 0x80) { in w83627ehf_probe()[all …]
23 int sioreg; /* SIO register address */ member