Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwmon/
Dsch56xx-common.c40 #define SIO_REG_ADDR 0x66 /* Logical device address (2 bytes) */ macro
493 address = superio_inb(sioaddr, SIO_REG_ADDR) | in sch56xx_find()
494 superio_inb(sioaddr, SIO_REG_ADDR + 1) << 8; in sch56xx_find()
Dnct6775-platform.c75 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
1007 val = (sio_data->sio_inb(sio_data, SIO_REG_ADDR) << 8) in nct6775_find()
1008 | sio_data->sio_inb(sio_data, SIO_REG_ADDR + 1); in nct6775_find()
Dnct6683.c68 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
1375 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8) in nct6683_find()
1376 | superio_inb(sioaddr, SIO_REG_ADDR + 1); in nct6683_find()
Dw83627ehf.c81 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
2085 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8) in w83627ehf_find()
2086 | superio_inb(sioaddr, SIO_REG_ADDR + 1); in w83627ehf_find()
Df71805f.c55 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
1594 *address = superio_inw(sioaddr, SIO_REG_ADDR); in f71805f_find()
Df71882fg.c34 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
2591 address = superio_inw(sioaddr, SIO_REG_ADDR); in f71882fg_find()
/linux-6.1.9/drivers/watchdog/
Df71808e_wdt.c38 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro