Searched refs:SIO_REG_ENABLE (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/watchdog/ |
D | f71808e_wdt.c | 51 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 373 superio_set_bit(watchdog.sioaddr, SIO_REG_ENABLE, 0); in watchdog_start() 451 is_running = (superio_inb(watchdog.sioaddr, SIO_REG_ENABLE) & BIT(0)) in watchdog_is_running()
|
/linux-4.4.14/drivers/hwmon/ |
D | sch56xx-common.c | 49 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 533 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in sch56xx_find()
|
D | nct6775.c | 110 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 3284 data->sio_reg_enable = superio_inb(sioreg, SIO_REG_ENABLE); in nct6775_check_fan_inputs() 3318 superio_outb(sioreg, SIO_REG_ENABLE, in nct6775_check_fan_inputs() 4159 reg = superio_inb(sioreg, SIO_REG_ENABLE); in nct6775_resume() 4161 superio_outb(sioreg, SIO_REG_ENABLE, data->sio_reg_enable); in nct6775_resume() 4280 val = superio_inb(sioaddr, SIO_REG_ENABLE); in nct6775_find() 4283 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01); in nct6775_find()
|
D | nct6683.c | 70 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 1337 val = superio_inb(sioaddr, SIO_REG_ENABLE); in nct6683_find()
|
D | w83627ehf.c | 101 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 1986 regval = superio_inb(sio_data->sioreg, SIO_REG_ENABLE); in w83627ehf_check_fan_inputs() 2779 val = superio_inb(sioaddr, SIO_REG_ENABLE); in w83627ehf_find() 2782 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01); in w83627ehf_find()
|
D | f71805f.c | 67 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 1593 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in f71805f_find()
|
D | f71882fg.c | 46 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 2702 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in f71882fg_find()
|