Home
last modified time | relevance | path

Searched refs:wdtwwps (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/watchdog/
Domap_wdt.c60 if ((readl(&wdt->wdtwwps)) & WDT_WWPS_PEND_WTGR) in hw_watchdog_reset()
82 while (readl(&wdt->wdtwwps) & WDT_WWPS_PEND_WLDR) in omap_wdt_set_timeout()
86 while (readl(&wdt->wdtwwps) & WDT_WWPS_PEND_WLDR) in omap_wdt_set_timeout()
100 while (readl(&wdt->wdtwwps) != 0x0) in hw_watchdog_disable()
103 while (readl(&wdt->wdtwwps) != 0x0) in hw_watchdog_disable()
119 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()
130 while ((readl(&wdt->wdtwwps)) & WDT_WWPS_PEND_WSPR) in hw_watchdog_init()
134 while ((readl(&wdt->wdtwwps)) & WDT_WWPS_PEND_WSPR) in hw_watchdog_init()
/external/u-boot/arch/arm/include/asm/ti-common/
Domap_wdt.h45 unsigned int wdtwwps; /* offset 0x034 */ member
/external/u-boot/arch/arm/mach-omap2/am33xx/
Dboard.c364 while (readl(&wdtimer->wdtwwps) != 0x0) in watchdog_disable()
367 while (readl(&wdtimer->wdtwwps) != 0x0) in watchdog_disable()