Home
last modified time | relevance | path

Searched refs:WDT_WWPS_PEND_WCLR (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/watchdog/
H A Domap_wdt.c119 while (readl(&wdt->wdtwwps) & WDT_WWPS_PEND_WCLR) in hw_watchdog_init()
123 while (readl(&wdt->wdtwwps) & WDT_WWPS_PEND_WCLR) in hw_watchdog_init()
/openbmc/u-boot/arch/arm/include/asm/ti-common/
H A Domap_wdt.h25 #define WDT_WWPS_PEND_WCLR BIT(0) macro