Searched refs:wdtwwps (Results 1 – 3 of 3) 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()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()
317 while (readl(&wdtimer->wdtwwps) != 0x0) in watchdog_disable()320 while (readl(&wdtimer->wdtwwps) != 0x0) in watchdog_disable()
46 unsigned int wdtwwps; /* offset 0x034 */ member