Searched refs:WDT_FUNCTON_ENABLE (Results 1 – 2 of 2) sorted by relevance
50 cfg->wdt->WDTCFG |= WDT_FUNCTON_ENABLE; in wdt_kb1200_setup()60 if (!(cfg->wdt->WDTCFG & WDT_FUNCTON_ENABLE)) { in wdt_kb1200_disable()64 cfg->wdt->WDTCFG = (cfg->wdt->WDTCFG & ~WDT_FUNCTON_ENABLE) | WDT_DISABLE_PASSWORD; in wdt_kb1200_disable()126 if (!(cfg->wdt->WDTCFG & WDT_FUNCTON_ENABLE)) { in wdt_kb1200_feed()130 cfg->wdt->WDTCFG |= WDT_FUNCTON_ENABLE; in wdt_kb1200_feed()
36 #define WDT_FUNCTON_ENABLE 0x01 macro