Home
last modified time | relevance | path

Searched refs:SIO_REG_DEVID (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dsch56xx-common.c33 #define SIO_REG_DEVID 0x20 /* Device ID */ macro
473 devid = superio_inb(sioaddr, SIO_REG_DEVID); in sch56xx_find()
H A Dnct6683.c60 #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()
H A Dw83627ehf.c78 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
2087 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8) in w83627ehf_find()
2088 | superio_inb(sioaddr, SIO_REG_DEVID + 1); in w83627ehf_find()
H A Df71805f.c50 #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()
H A Df71882fg.c30 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
2631 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71882fg_find()
H A Dnct6775.c116 #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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dsch56xx-common.c33 #define SIO_REG_DEVID 0x20 /* Device ID */ macro
461 devid = superio_inb(sioaddr, SIO_REG_DEVID); in sch56xx_find()
H A Dnct6683.c66 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
1357 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8) in nct6683_find()
1358 | superio_inb(sioaddr, SIO_REG_DEVID + 1); in nct6683_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()
H A Df71805f.c50 #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()
H A Df71882fg.c30 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
2527 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71882fg_find()
/kernel/linux/linux-5.10/drivers/watchdog/
H A Df71808e_wdt.c31 #define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */ macro
791 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71808e_find()

Completed in 40 milliseconds