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

/linux-4.4.14/drivers/watchdog/
H A Df71808e_wdt.c51 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
373 superio_set_bit(watchdog.sioaddr, SIO_REG_ENABLE, 0); watchdog_start()
451 is_running = (superio_inb(watchdog.sioaddr, SIO_REG_ENABLE) & BIT(0)) watchdog_is_running()
/linux-4.4.14/drivers/hwmon/
H A Dsch56xx-common.c49 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
533 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { sch56xx_find()
H A Dnct6683.c70 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
1337 val = superio_inb(sioaddr, SIO_REG_ENABLE); nct6683_find()
H A Dnct6775.c110 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
3282 /* Store SIO_REG_ENABLE for use during resume */ nct6775_check_fan_inputs()
3284 data->sio_reg_enable = superio_inb(sioreg, SIO_REG_ENABLE); nct6775_check_fan_inputs()
3318 superio_outb(sioreg, SIO_REG_ENABLE, nct6775_check_fan_inputs()
4159 reg = superio_inb(sioreg, SIO_REG_ENABLE); nct6775_resume()
4161 superio_outb(sioreg, SIO_REG_ENABLE, data->sio_reg_enable); nct6775_resume()
4280 val = superio_inb(sioaddr, SIO_REG_ENABLE); nct6775_find()
4283 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01); nct6775_find()
H A Dw83627ehf.c101 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
1986 regval = superio_inb(sio_data->sioreg, SIO_REG_ENABLE); w83627ehf_check_fan_inputs()
2779 val = superio_inb(sioaddr, SIO_REG_ENABLE); w83627ehf_find()
2782 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01); w83627ehf_find()
H A Df71805f.c67 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
1593 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { f71805f_find()
H A Df71882fg.c46 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
2702 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { f71882fg_find()

Completed in 413 milliseconds