Home
last modified time | relevance | path

Searched refs:SIO_REG_DEVID (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hwmon/
H A Dsch56xx-common.c34 #define SIO_REG_DEVID 0x20 /* Device ID */ macro
568 devid = superio_inb(sioaddr, SIO_REG_DEVID); in sch56xx_find()
H A Dnct6775-platform.c73 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
998 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()
H A Dw83627ehf.c78 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
2045 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8) in w83627ehf_find()
2046 | superio_inb(sioaddr, SIO_REG_DEVID + 1); in w83627ehf_find()
/linux/drivers/watchdog/
H A Df71808e_wdt.c26 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
552 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in fintek_wdt_find()