Searched refs:superio_clear_bit (Results 1 – 1 of 1) sorted by relevance
/drivers/watchdog/ |
D | f71808e_wdt.c | 134 static inline void superio_clear_bit(int base, int reg, int bit); 187 static inline void superio_clear_bit(int base, int reg, int bit) in superio_clear_bit() function 295 superio_clear_bit(watchdog.sioaddr, F71808FG_REG_WDT_CONF, in watchdog_keepalive() 317 superio_clear_bit(ioaddr, SIO_REG_ROM_ADDR_SEL, 6); in f71862fg_pin_configure() 350 superio_clear_bit(watchdog.sioaddr, SIO_REG_MFUNCT2, 3); in watchdog_start() 351 superio_clear_bit(watchdog.sioaddr, SIO_REG_MFUNCT3, 3); in watchdog_start() 363 superio_clear_bit(watchdog.sioaddr, SIO_REG_MFUNCT1, 4); in watchdog_start() 379 superio_clear_bit(watchdog.sioaddr, SIO_REG_CLOCK_SEL, 3); in watchdog_start() 387 superio_clear_bit(watchdog.sioaddr, SIO_REG_MFUNCT3, 5); in watchdog_start() 402 superio_clear_bit(watchdog.sioaddr, SIO_F81866_REG_GPIO1, 5); in watchdog_start() [all …]
|