Searched refs:SIO_REG_DEVID (Results 1 – 4 of 4) sorted by relevance
34 #define SIO_REG_DEVID 0x20 /* Device ID */ macro568 devid = superio_inb(sioaddr, SIO_REG_DEVID); in sch56xx_find()
73 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro998 val = (sio_data->sio_inb(sio_data, SIO_REG_DEVID) << 8) | in nct6775_find()999 sio_data->sio_inb(sio_data, SIO_REG_DEVID + 1); in nct6775_find()
78 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro2045 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8) in w83627ehf_find()2046 | superio_inb(sioaddr, SIO_REG_DEVID + 1); in w83627ehf_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()