Home
last modified time | relevance | path

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

/drivers/watchdog/
Df71808e_wdt.c53 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
414 superio_set_bit(watchdog.sioaddr, SIO_REG_ENABLE, 0); in watchdog_start()
497 is_running = (superio_inb(watchdog.sioaddr, SIO_REG_ENABLE) & BIT(0)) in watchdog_is_running()
/drivers/hwmon/
Dsch56xx-common.c47 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
503 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in sch56xx_find()
Dnct6775.c118 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
3370 data->sio_reg_enable = superio_inb(sioreg, SIO_REG_ENABLE); in nct6775_check_fan_inputs()
3404 superio_outb(sioreg, SIO_REG_ENABLE, in nct6775_check_fan_inputs()
4292 reg = superio_inb(sioreg, SIO_REG_ENABLE); in nct6775_resume()
4294 superio_outb(sioreg, SIO_REG_ENABLE, data->sio_reg_enable); in nct6775_resume()
4416 val = superio_inb(sioaddr, SIO_REG_ENABLE); in nct6775_find()
4419 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01); in nct6775_find()
Dnct6683.c70 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
1381 val = superio_inb(sioaddr, SIO_REG_ENABLE); in nct6683_find()
Dw83627ehf.c101 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
1990 regval = superio_inb(sio_data->sioreg, SIO_REG_ENABLE); in w83627ehf_check_fan_inputs()
2792 val = superio_inb(sioaddr, SIO_REG_ENABLE); in w83627ehf_find()
2795 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01); in w83627ehf_find()
Df71805f.c67 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
1602 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()