Searched refs:SIO_REG_DEVID (Results 1 – 4 of 4) sorted by relevance
34 #define SIO_REG_DEVID 0x20 /* Device ID */ macro566 devid = superio_inb(sioaddr, SIO_REG_DEVID); in sch56xx_find()
78 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro2048 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8) in w83627ehf_find()2049 | superio_inb(sioaddr, SIO_REG_DEVID + 1); in w83627ehf_find()
50 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro1572 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71805f_find()
26 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro552 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in fintek_wdt_find()