Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
A Df71808e_wdt.c37 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
374 superio_set_bit(wd->sioaddr, SIO_REG_ENABLE, 0); in fintek_wdt_start()
430 return (superio_inb(wd->sioaddr, SIO_REG_ENABLE) & BIT(0)) in fintek_wdt_is_running()
/linux/drivers/hwmon/
A Dsch56xx-common.c34 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
478 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in sch56xx_find()
A Dnct6683.c67 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
1384 val = superio_inb(sioaddr, SIO_REG_ENABLE); in nct6683_find()
1387 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01); in nct6683_find()
A Dw83627ehf.c80 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
2095 val = superio_inb(sioaddr, SIO_REG_ENABLE); in w83627ehf_find()
2098 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01); in w83627ehf_find()
A Dnct6775.c118 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
3706 data->sio_reg_enable = sio_data->sio_inb(sio_data, SIO_REG_ENABLE); in nct6775_check_fan_inputs()
3734 sio_data->sio_outb(sio_data, SIO_REG_ENABLE, in nct6775_check_fan_inputs()
4820 reg = sio_data->sio_inb(sio_data, SIO_REG_ENABLE); in nct6775_resume()
4822 sio_data->sio_outb(sio_data, SIO_REG_ENABLE, data->sio_reg_enable); in nct6775_resume()
4961 val = sio_data->sio_inb(sio_data, SIO_REG_ENABLE); in nct6775_find()
4964 sio_data->sio_outb(sio_data, SIO_REG_ENABLE, val | 0x01); in nct6775_find()
A Df71805f.c54 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
1589 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in f71805f_find()
A Df71882fg.c33 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
2689 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in f71882fg_find()

Completed in 84 milliseconds