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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Df71808e_wdt.c45 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
321 superio_set_bit(watchdog.sioaddr, SIO_REG_ENABLE, 0);
399 is_running = (superio_inb(watchdog.sioaddr, SIO_REG_ENABLE) & BIT(0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dw83627ehf.c86 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
1690 val = superio_inb(sioaddr, SIO_REG_ENABLE);
1694 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01);
H A Df71805f.c65 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
1525 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) {
H A Df71882fg.c44 #define SIO_REG_ENABLE 0x30 /* Logical device enable */ macro
2229 if (!(superio_inb(sioaddr, SIO_REG_ENABLE) & 0x01)) {

Completed in 168 milliseconds