Searched refs:SIO_REG_DEVID (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/hwmon/ |
A D | sch56xx-common.c | 33 #define SIO_REG_DEVID 0x20 /* Device ID */ macro 461 devid = superio_inb(sioaddr, SIO_REG_DEVID); in sch56xx_find()
|
A D | nct6683.c | 66 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro 1354 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8) in nct6683_find() 1355 | superio_inb(sioaddr, SIO_REG_DEVID + 1); in nct6683_find()
|
A D | w83627ehf.c | 78 #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()
|
A 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()
|
A 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()
|
A D | nct6775.c | 117 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro 4900 val = (sio_data->sio_inb(sio_data, SIO_REG_DEVID) << 8) | in nct6775_find() 4901 sio_data->sio_inb(sio_data, SIO_REG_DEVID + 1); in nct6775_find()
|
/linux/drivers/watchdog/ |
A D | f71808e_wdt.c | 26 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro 549 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in fintek_wdt_find()
|
Completed in 768 milliseconds