Searched refs:WDT_WWPS_PEND_WTGR (Results 1 – 2 of 2) sorted by relevance
57 while ((readl(&wdt->wdtwwps)) & WDT_WWPS_PEND_WTGR) in hw_watchdog_reset()64 while ((readl(&wdt->wdtwwps) & WDT_WWPS_PEND_WTGR)) in hw_watchdog_reset()
28 #define WDT_WWPS_PEND_WTGR BIT(3) macro