Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dnct6775-platform.c74 #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 Dsch56xx-common.c35 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
585 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in sch56xx_find()
H A Dnct6683.c67 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
1404 val = superio_inb(sioaddr, SIO_REG_ENABLE); in nct6683_find()
1407 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01); in nct6683_find()
H A Df71805f.c54 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
1587 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in f71805f_find()
H A Df71882fg.c33 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
2587 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in f71882fg_find()
/linux/drivers/watchdog/
H A Df71808e_wdt.c37 #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()