Searched defs:SIO_REG_ADDR (Results 1 - 7 of 7) sorted by relevance

/drivers/hwmon/
H A Dsch56xx-common.c50 #define SIO_REG_ADDR 0x66 /* Logical device address (2 bytes) */ macro
543 address = superio_inb(sioaddr, SIO_REG_ADDR) |
544 superio_inb(sioaddr, SIO_REG_ADDR + 1) << 8;
H A Df71805f.c68 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
1599 *address = superio_inw(sioaddr, SIO_REG_ADDR);
H A Df71882fg.c47 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
2597 address = superio_inw(sioaddr, SIO_REG_ADDR);
H A Dnct6683.c71 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
1327 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8)
1328 | superio_inb(sioaddr, SIO_REG_ADDR + 1);
H A Dw83627ehf.c102 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
2786 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8)
2787 | superio_inb(sioaddr, SIO_REG_ADDR + 1);
H A Dnct6775.c96 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
4098 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8)
4099 | superio_inb(sioaddr, SIO_REG_ADDR + 1);
/drivers/watchdog/
H A Df71808e_wdt.c52 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro

Completed in 132 milliseconds