Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/watchdog/
H A Domap_wdt.c57 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()
74 while (readl(&wdt->wdtwwps) & WDT_WWPS_PEND_WLDR) in omap_wdt_set_timeout()
78 while (readl(&wdt->wdtwwps) & WDT_WWPS_PEND_WLDR) in omap_wdt_set_timeout()
92 while (readl(&wdt->wdtwwps) != 0x0) in hw_watchdog_disable()
95 while (readl(&wdt->wdtwwps) != 0x0) in hw_watchdog_disable()
111 while (readl(&wdt->wdtwwps) & WDT_WWPS_PEND_WCLR) in hw_watchdog_init()
115 while (readl(&wdt->wdtwwps) & WDT_WWPS_PEND_WCLR) in hw_watchdog_init()
122 while ((readl(&wdt->wdtwwps)) & WDT_WWPS_PEND_WSPR) in hw_watchdog_init()
126 while ((readl(&wdt->wdtwwps)) & WDT_WWPS_PEND_WSPR) in hw_watchdog_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/am33xx/
H A Dboard.c317 while (readl(&wdtimer->wdtwwps) != 0x0) in watchdog_disable()
320 while (readl(&wdtimer->wdtwwps) != 0x0) in watchdog_disable()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/ti-common/
H A Domap_wdt.h46 unsigned int wdtwwps; /* offset 0x034 */ member