Searched refs:SIO_REG_ENABLE (Results 1 – 7 of 7) sorted by relevance
/drivers/watchdog/ |
D | f71808e_wdt.c | 53 #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/ |
D | sch56xx-common.c | 47 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 503 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in sch56xx_find()
|
D | nct6775.c | 118 #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()
|
D | nct6683.c | 70 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 1381 val = superio_inb(sioaddr, SIO_REG_ENABLE); in nct6683_find()
|
D | w83627ehf.c | 101 #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()
|
D | f71805f.c | 67 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 1602 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in f71805f_find()
|
D | f71882fg.c | 46 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro 2702 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) { in f71882fg_find()
|