Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dsch56xx-common.c48 #define SIO_REG_ADDR 0x66 /* Logical device address (2 bytes) */ macro
513 address = superio_inb(sioaddr, SIO_REG_ADDR) | in sch56xx_find()
514 superio_inb(sioaddr, SIO_REG_ADDR + 1) << 8; in sch56xx_find()
Dnct6683.c71 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
1372 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8) in nct6683_find()
1373 | superio_inb(sioaddr, SIO_REG_ADDR + 1); in nct6683_find()
Df71805f.c68 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
1598 *address = superio_inw(sioaddr, SIO_REG_ADDR); in f71805f_find()
Dw83627ehf.c102 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
2782 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8) in w83627ehf_find()
2783 | superio_inb(sioaddr, SIO_REG_ADDR + 1); in w83627ehf_find()
Dnct6775.c121 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
4505 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8) in nct6775_find()
4506 | superio_inb(sioaddr, SIO_REG_ADDR + 1); in nct6775_find()
Df71882fg.c47 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
2708 address = superio_inw(sioaddr, SIO_REG_ADDR); in f71882fg_find()
/Linux-v4.19/drivers/watchdog/
Df71808e_wdt.c54 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro