Home
last modified time | relevance | path

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

/drivers/watchdog/
Df71808e_wdt.c44 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
749 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71808e_find()
/drivers/hwmon/
Dsch56xx-common.c48 #define SIO_REG_DEVID 0x20 /* Device ID */ macro
752 devid = superio_inb(sioaddr, SIO_REG_DEVID); in sch56xx_find()
Dw83627ehf.c99 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
2641 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8) in w83627ehf_find()
2642 | superio_inb(sioaddr, SIO_REG_DEVID + 1); in w83627ehf_find()
Df71805f.c63 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
1594 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71805f_find()
Df71882fg.c43 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
2550 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71882fg_find()