Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dsch56xx-common.c48 #define SIO_REG_DEVID 0x20 /* Device ID */ macro
516 devid = superio_inb(sioaddr, SIO_REG_DEVID); in sch56xx_find()
Dnct6683.c69 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
1313 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8) in nct6683_find()
1314 | superio_inb(sioaddr, SIO_REG_DEVID + 1); in nct6683_find()
Df71805f.c63 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
1578 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71805f_find()
Dw83627ehf.c99 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
2721 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8) in w83627ehf_find()
2722 | superio_inb(sioaddr, SIO_REG_DEVID + 1); in w83627ehf_find()
Dnct6775.c109 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
4237 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8) in nct6775_find()
4238 | superio_inb(sioaddr, SIO_REG_DEVID + 1); in nct6775_find()
Df71882fg.c43 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
2643 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71882fg_find()
/linux-4.4.14/drivers/watchdog/
Df71808e_wdt.c44 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
750 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71808e_find()