Searched refs:SIO_REG_DEVID (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/hwmon/ |
D | sch56xx-common.c | 33 #define SIO_REG_DEVID 0x20 /* Device ID */ macro 473 devid = superio_inb(sioaddr, SIO_REG_DEVID); in sch56xx_find()
|
D | nct6683.c | 60 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro 1348 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8) in nct6683_find() 1349 | superio_inb(sioaddr, SIO_REG_DEVID + 1); in nct6683_find()
|
D | f71805f.c | 50 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro 1574 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71805f_find()
|
D | w83627ehf.c | 86 #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()
|
D | nct6775.c | 116 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro 4735 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8) | in nct6775_find() 4736 superio_inb(sioaddr, SIO_REG_DEVID + 1); in nct6775_find()
|
D | f71882fg.c | 30 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro 2630 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71882fg_find()
|
/Linux-v5.4/drivers/watchdog/ |
D | f71808e_wdt.c | 31 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro 798 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71808e_find()
|