Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/watchdog/
Dit8712f_wdt.c108 static int superio_inw(int reg) in superio_inw() function
345 chip_type = superio_inw(DEVID); in it8712f_wdt_find()
356 *address = superio_inw(BASE_REG); in it8712f_wdt_find()
Df71808e_wdt.c125 static inline int superio_inw(int base, int reg);
160 static int superio_inw(int base, int reg) in superio_inw() function
747 devid = superio_inw(sioaddr, SIO_REG_MANID); in f71808e_find()
754 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71808e_find()
Dit87_wdt.c198 static inline int superio_inw(int reg) in superio_inw() function
569 chip_type = superio_inw(CHIPID); in it87_wdt_init()
616 base = superio_inw(BASEREG); in it87_wdt_init()
/linux-2.6.39/drivers/hwmon/
Df71805f.c82 superio_inw(int base, int reg) in superio_inw() function
1505 devid = superio_inw(sioaddr, SIO_REG_MANID); in f71805f_find()
1509 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71805f_find()
1529 *address = superio_inw(sioaddr, SIO_REG_ADDR); in f71805f_find()
Df71882fg.c195 static inline int superio_inw(int base, int reg);
1022 static int superio_inw(int base, int reg) in superio_inw() function
2415 devid = superio_inw(sioaddr, SIO_REG_MANID); in f71882fg_find()
2422 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71882fg_find()
2472 *address = superio_inw(sioaddr, SIO_REG_ADDR); in f71882fg_find()
Dit87.c94 static int superio_inw(int reg) in superio_inw() function
1550 chip_type = force_id ? force_id : superio_inw(DEVID); in it87_find()
1585 *address = superio_inw(IT87_BASE_REG) & ~(IT87_EXTENT - 1); in it87_find()