SIO_REG_ENABLE   1589 drivers/hwmon/f71805f.c 	if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) {
SIO_REG_ENABLE   2689 drivers/hwmon/f71882fg.c 	if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) {
SIO_REG_ENABLE   1372 drivers/hwmon/nct6683.c 	val = superio_inb(sioaddr, SIO_REG_ENABLE);
SIO_REG_ENABLE   1375 drivers/hwmon/nct6683.c 		superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01);
SIO_REG_ENABLE   3555 drivers/hwmon/nct6775.c 	data->sio_reg_enable = superio_inb(sioreg, SIO_REG_ENABLE);
SIO_REG_ENABLE   3583 drivers/hwmon/nct6775.c 					superio_outb(sioreg, SIO_REG_ENABLE,
SIO_REG_ENABLE   4658 drivers/hwmon/nct6775.c 	reg = superio_inb(sioreg, SIO_REG_ENABLE);
SIO_REG_ENABLE   4660 drivers/hwmon/nct6775.c 		superio_outb(sioreg, SIO_REG_ENABLE, data->sio_reg_enable);
SIO_REG_ENABLE   4796 drivers/hwmon/nct6775.c 	val = superio_inb(sioaddr, SIO_REG_ENABLE);
SIO_REG_ENABLE   4799 drivers/hwmon/nct6775.c 		superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01);
SIO_REG_ENABLE    490 drivers/hwmon/sch56xx-common.c 	if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) {
SIO_REG_ENABLE   1977 drivers/hwmon/w83627ehf.c 		regval = superio_inb(sio_data->sioreg, SIO_REG_ENABLE);
SIO_REG_ENABLE   2779 drivers/hwmon/w83627ehf.c 	val = superio_inb(sioaddr, SIO_REG_ENABLE);
SIO_REG_ENABLE   2782 drivers/hwmon/w83627ehf.c 		superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01);
SIO_REG_ENABLE    415 drivers/watchdog/f71808e_wdt.c 	superio_set_bit(watchdog.sioaddr, SIO_REG_ENABLE, 0);
SIO_REG_ENABLE    498 drivers/watchdog/f71808e_wdt.c 	is_running = (superio_inb(watchdog.sioaddr, SIO_REG_ENABLE) & BIT(0))