Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dsch56xx-common.c35 #define SIO_REG_ADDR 0x66 /* Logical device address (2 bytes) */ macro
500 address = superio_inb(sioaddr, SIO_REG_ADDR) | in sch56xx_find()
501 superio_inb(sioaddr, SIO_REG_ADDR + 1) << 8; in sch56xx_find()
H A Dnct6683.c62 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
1363 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8) in nct6683_find()
1364 | superio_inb(sioaddr, SIO_REG_ADDR + 1); in nct6683_find()
H A Dw83627ehf.c81 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
2127 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8) in w83627ehf_find()
2128 | superio_inb(sioaddr, SIO_REG_ADDR + 1); in w83627ehf_find()
H A Df71805f.c55 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
1594 *address = superio_inw(sioaddr, SIO_REG_ADDR); in f71805f_find()
H A Df71882fg.c34 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
2696 address = superio_inw(sioaddr, SIO_REG_ADDR); in f71882fg_find()
H A Dnct6775.c118 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
4786 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8) in nct6775_find()
4787 | superio_inb(sioaddr, SIO_REG_ADDR + 1); in nct6775_find()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dsch56xx-common.c35 #define SIO_REG_ADDR 0x66 /* Logical device address (2 bytes) */ macro
488 address = superio_inb(sioaddr, SIO_REG_ADDR) | in sch56xx_find()
489 superio_inb(sioaddr, SIO_REG_ADDR + 1) << 8; in sch56xx_find()
H A Dnct6683.c68 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
1378 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8) in nct6683_find()
1379 | superio_inb(sioaddr, SIO_REG_ADDR + 1); in nct6683_find()
H A Dnct6775-platform.c75 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
1052 val = (sio_data->sio_inb(sio_data, SIO_REG_ADDR) << 8) in nct6775_find()
1053 | sio_data->sio_inb(sio_data, SIO_REG_ADDR + 1); in nct6775_find()
H A 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()
H A Df71805f.c55 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
1594 *address = superio_inw(sioaddr, SIO_REG_ADDR); in f71805f_find()
H A Df71882fg.c34 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
2594 address = superio_inw(sioaddr, SIO_REG_ADDR); in f71882fg_find()
/kernel/linux/linux-6.6/drivers/watchdog/
H A Df71808e_wdt.c38 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro
/kernel/linux/linux-5.10/drivers/watchdog/
H A Df71808e_wdt.c43 #define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */ macro

Completed in 32 milliseconds