Searched refs:SIO_REG_ADDR (Results 1 – 6 of 6) sorted by relevance
36 #define SIO_REG_ADDR 0x66 /* Logical device address (2 bytes) */ macro 595 address = superio_inb(sioaddr, SIO_REG_ADDR) | in sch56xx_find() 596 superio_inb(sioaddr, SIO_REG_ADDR + 1) << 8; in sch56xx_find()
68 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro 1395 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8) in nct6683_find() 1396 | superio_inb(sioaddr, SIO_REG_ADDR + 1); in nct6683_find()
75 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro 1052 val = (sio_data->sio_inb(sio_data, SIO_REG_ADDR) << 8) in nct6775_find() 1053 | sio_data->sio_inb(sio_data, SIO_REG_ADDR + 1); in nct6775_find()
55 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro 1592 *address = superio_inw(sioaddr, SIO_REG_ADDR); in f71805f_find()
34 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro 2593 address = superio_inw(sioaddr, SIO_REG_ADDR); in f71882fg_find()
38 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro