/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | nct6775-platform.c | 74 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 416 reg = sio_data->sio_inb(sio_data, SIO_REG_ENABLE); in nct6775_resume() 418 sio_data->sio_outb(sio_data, SIO_REG_ENABLE, data->sio_reg_enable); in nct6775_resume() 492 /* Store SIO_REG_ENABLE for use during resume */ in nct6775_check_fan_inputs() 494 data->sio_reg_enable = sio_data->sio_inb(sio_data, SIO_REG_ENABLE); in nct6775_check_fan_inputs() 522 sio_data->sio_outb(sio_data, SIO_REG_ENABLE, in nct6775_check_fan_inputs() 1062 val = sio_data->sio_inb(sio_data, SIO_REG_ENABLE); in nct6775_find() 1065 sio_data->sio_outb(sio_data, SIO_REG_ENABLE, val | 0x01); in nct6775_find()
|
H A D | sch56xx-common.c | 34 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 478 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in sch56xx_find()
|
H A D | nct6683.c | 67 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 1387 val = superio_inb(sioaddr, SIO_REG_ENABLE); in nct6683_find() 1390 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01); in nct6683_find()
|
H A D | w83627ehf.c | 80 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 2095 val = superio_inb(sioaddr, SIO_REG_ENABLE); in w83627ehf_find() 2098 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01); in w83627ehf_find()
|
H A D | f71805f.c | 54 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 1589 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in f71805f_find()
|
H A D | f71882fg.c | 33 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 2588 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in f71882fg_find()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | f71808e_wdt.c | 37 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 377 superio_set_bit(wd->sioaddr, SIO_REG_ENABLE, 0); in fintek_wdt_start() 433 return (superio_inb(wd->sioaddr, SIO_REG_ENABLE) & BIT(0)) in fintek_wdt_is_running()
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | f71808e_wdt.c | 42 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 400 superio_set_bit(watchdog.sioaddr, SIO_REG_ENABLE, 0); in watchdog_start() 483 is_running = (superio_inb(watchdog.sioaddr, SIO_REG_ENABLE) & BIT(0)) in watchdog_is_running()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | sch56xx-common.c | 34 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 490 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in sch56xx_find()
|
H A D | nct6683.c | 61 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 1372 val = superio_inb(sioaddr, SIO_REG_ENABLE); in nct6683_find() 1375 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01); in nct6683_find()
|
H A D | w83627ehf.c | 80 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 2137 val = superio_inb(sioaddr, SIO_REG_ENABLE); in w83627ehf_find() 2140 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01); in w83627ehf_find()
|
H A D | nct6775.c | 117 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 3553 /* Store SIO_REG_ENABLE for use during resume */ in nct6775_check_fan_inputs() 3555 data->sio_reg_enable = superio_inb(sioreg, SIO_REG_ENABLE); in nct6775_check_fan_inputs() 3583 superio_outb(sioreg, SIO_REG_ENABLE, in nct6775_check_fan_inputs() 4658 reg = superio_inb(sioreg, SIO_REG_ENABLE); in nct6775_resume() 4660 superio_outb(sioreg, SIO_REG_ENABLE, data->sio_reg_enable); in nct6775_resume() 4796 val = superio_inb(sioaddr, SIO_REG_ENABLE); in nct6775_find() 4799 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01); in nct6775_find()
|
H A D | f71805f.c | 54 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 1589 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in f71805f_find()
|
H A D | f71882fg.c | 33 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 2690 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in f71882fg_find()
|