Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Df71808e_wdt.c51 #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/
Dsch56xx-common.c49 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
533 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in sch56xx_find()
Dnct6775.c110 #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()
Dnct6683.c70 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
1337 val = superio_inb(sioaddr, SIO_REG_ENABLE); in nct6683_find()
Dw83627ehf.c101 #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()
Df71805f.c67 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
1593 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in f71805f_find()
Df71882fg.c46 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
2702 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in f71882fg_find()