Searched refs:wdt_conf (Results 1 – 1 of 1) sorted by relevance
382 u8 wdt_conf = superio_inb(watchdog.sioaddr, in watchdog_start() local386 wdt_conf = (wdt_conf & 0xfc) | (watchdog.pulse_val & 0x03); in watchdog_start()388 wdt_conf |= BIT(F71808FG_FLAG_WD_PULSE); in watchdog_start()391 wdt_conf); in watchdog_start()638 int wdt_conf, err = 0; in watchdog_init() local657 wdt_conf = superio_inb(sioaddr, F71808FG_REG_WDT_CONF); in watchdog_init()658 watchdog.caused_reboot = wdt_conf & F71808FG_FLAG_WDTMOUT_STS; in watchdog_init()