Searched refs:wdt_conf (Results 1 – 1 of 1) sorted by relevance
428 u8 wdt_conf = superio_inb(watchdog.sioaddr, in watchdog_start() local432 wdt_conf = (wdt_conf & 0xfc) | (watchdog.pulse_val & 0x03); in watchdog_start()434 wdt_conf |= BIT(F71808FG_FLAG_WD_PULSE); in watchdog_start()437 wdt_conf); in watchdog_start()685 int wdt_conf, err = 0; in watchdog_init() local704 wdt_conf = superio_inb(sioaddr, F71808FG_REG_WDT_CONF); in watchdog_init()705 watchdog.caused_reboot = wdt_conf & BIT(F71808FG_FLAG_WDTMOUT_STS); in watchdog_init()