Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/watchdog/
Dit8712f_wdt.c109 static int superio_inw(int reg) in superio_inw() function
370 chip_type = superio_inw(DEVID); in it8712f_wdt_find()
381 *address = superio_inw(BASE_REG); in it8712f_wdt_find()
Df71808e_wdt.c128 static inline int superio_inw(int base, int reg);
163 static int superio_inw(int base, int reg) in superio_inw() function
743 devid = superio_inw(sioaddr, SIO_REG_MANID); in f71808e_find()
750 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71808e_find()
Dit87_wdt.c214 static inline int superio_inw(int reg) in superio_inw() function
618 chip_type = superio_inw(CHIPID); in it87_wdt_init()
665 base = superio_inw(BASEREG); in it87_wdt_init()
/linux-4.1.27/drivers/gpio/
Dgpio-f7188x.c76 static int superio_inw(int base, int reg) in superio_inw() function
382 devid = superio_inw(addr, SIO_MANID); in f7188x_find()
388 devid = superio_inw(addr, SIO_DEVID); in f7188x_find()
/linux-4.1.27/drivers/hwmon/
Df71805f.c82 superio_inw(int base, int reg) in superio_inw() function
1574 devid = superio_inw(sioaddr, SIO_REG_MANID); in f71805f_find()
1578 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71805f_find()
1598 *address = superio_inw(sioaddr, SIO_REG_ADDR); in f71805f_find()
Df71882fg.c224 static inline int superio_inw(int base, int reg);
1075 static int superio_inw(int base, int reg) in superio_inw() function
2533 devid = superio_inw(sioaddr, SIO_REG_MANID); in f71882fg_find()
2540 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71882fg_find()
2596 address = superio_inw(sioaddr, SIO_REG_ADDR); in f71882fg_find()
Dit87.c104 static int superio_inw(int reg) in superio_inw() function
1831 chip_type = force_id ? force_id : superio_inw(DEVID); in it87_find()
1897 *address = superio_inw(IT87_BASE_REG) & ~(IT87_EXTENT - 1); in it87_find()