Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/gpio/
Dgpio-it87.c127 static inline int superio_inw(int reg) in superio_inw() function
303 chip_type = superio_inw(CHIPID); in it87_gpio_init()
342 it87_gpio->io_base = superio_inw(gpio_ba_reg); in it87_gpio_init()
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.4.14/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.c253 static inline int superio_inw(int base, int reg);
1123 static int superio_inw(int base, int reg) in superio_inw() function
2636 devid = superio_inw(sioaddr, SIO_REG_MANID); in f71882fg_find()
2643 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID); in f71882fg_find()
2708 address = superio_inw(sioaddr, SIO_REG_ADDR); in f71882fg_find()
Dit87.c106 static int superio_inw(int reg) in superio_inw() function
1857 chip_type = force_id ? force_id : superio_inw(DEVID); in it87_find()
1926 *address = superio_inw(IT87_BASE_REG) & ~(IT87_EXTENT - 1); in it87_find()