Searched refs:superio_inw (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dit8712f_wdt.c100 static int superio_inw(int reg) function
336 chip_type = superio_inw(DEVID);
347 *address = superio_inw(BASE_REG);
H A Df71808e_wdt.c113 static inline int superio_inw(int base, int reg);
148 static int superio_inw(int base, int reg) function
696 devid = superio_inw(sioaddr, SIO_REG_MANID);
703 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID);
H A Dit87_wdt.c195 static inline int superio_inw(int reg) function
538 chip_type = superio_inw(CHIPID);
576 base = superio_inw(BASEREG);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Df71805f.c80 superio_inw(int base, int reg) function
1505 devid = superio_inw(sioaddr, SIO_REG_MANID);
1509 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID);
1531 *address = superio_inw(sioaddr, SIO_REG_ADDR);
H A Df71882fg.c113 static inline int superio_inw(int base, int reg);
856 static int superio_inw(int base, int reg) function
2193 devid = superio_inw(sioaddr, SIO_REG_MANID);
2200 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID);
2235 *address = superio_inw(sioaddr, SIO_REG_ADDR);
H A Dit87.c90 static int superio_inw(int reg) function
1474 chip_type = force_id ? force_id : superio_inw(DEVID);
1507 *address = superio_inw(IT87_BASE_REG) & ~(IT87_EXTENT - 1);

Completed in 73 milliseconds