SIO_REG_ADDR     1594 drivers/hwmon/f71805f.c 	*address = superio_inw(sioaddr, SIO_REG_ADDR);
SIO_REG_ADDR     2695 drivers/hwmon/f71882fg.c 	address = superio_inw(sioaddr, SIO_REG_ADDR);
SIO_REG_ADDR     1363 drivers/hwmon/nct6683.c 	val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8)
SIO_REG_ADDR     1364 drivers/hwmon/nct6683.c 	    | superio_inb(sioaddr, SIO_REG_ADDR + 1);
SIO_REG_ADDR     4786 drivers/hwmon/nct6775.c 	val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8)
SIO_REG_ADDR     4787 drivers/hwmon/nct6775.c 	    | superio_inb(sioaddr, SIO_REG_ADDR + 1);
SIO_REG_ADDR      500 drivers/hwmon/sch56xx-common.c 	address = superio_inb(sioaddr, SIO_REG_ADDR) |
SIO_REG_ADDR      501 drivers/hwmon/sch56xx-common.c 		   superio_inb(sioaddr, SIO_REG_ADDR + 1) << 8;
SIO_REG_ADDR     2769 drivers/hwmon/w83627ehf.c 	val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8)
SIO_REG_ADDR     2770 drivers/hwmon/w83627ehf.c 	    | superio_inb(sioaddr, SIO_REG_ADDR + 1);