Searched refs:OMAP_WATCHDOG_WPS (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/watchdog/
H A Domap_wdt.c69 while ((readl_relaxed(base + OMAP_WATCHDOG_WPS)) & 0x08) omap_wdt_reload()
76 while ((readl_relaxed(base + OMAP_WATCHDOG_WPS)) & 0x08) omap_wdt_reload()
87 while ((readl_relaxed(base + OMAP_WATCHDOG_WPS)) & 0x10) omap_wdt_enable()
91 while ((readl_relaxed(base + OMAP_WATCHDOG_WPS)) & 0x10) omap_wdt_enable()
101 while (readl_relaxed(base + OMAP_WATCHDOG_WPS) & 0x10) omap_wdt_disable()
105 while (readl_relaxed(base + OMAP_WATCHDOG_WPS) & 0x10) omap_wdt_disable()
116 while (readl_relaxed(base + OMAP_WATCHDOG_WPS) & 0x04) omap_wdt_set_timer()
120 while (readl_relaxed(base + OMAP_WATCHDOG_WPS) & 0x04) omap_wdt_set_timer()
143 while (readl_relaxed(base + OMAP_WATCHDOG_WPS) & 0x01) omap_wdt_start()
147 while (readl_relaxed(base + OMAP_WATCHDOG_WPS) & 0x01) omap_wdt_start()
H A Domap_wdt.h40 #define OMAP_WATCHDOG_WPS (0x34) macro

Completed in 171 milliseconds