Searched refs:wdtcontrol (Results 1 – 1 of 1) sorted by relevance
87 u32 wdtcontrol = readl_relaxed(wdt->base + WDTCONTROL); in wdt_is_running() local89 return (wdtcontrol & ENABLE_MASK) == ENABLE_MASK; in wdt_is_running()