Searched refs:TIMER_CTRL (Results 1 – 1 of 1) sorted by relevance
43 #define TIMER_CTRL 0x0000 macro68 reg = readl(priv->reg + TIMER_CTRL); in orion_wdt_start()70 writel(reg, priv->reg + TIMER_CTRL); in orion_wdt_start()82 reg = readl(priv->reg + TIMER_CTRL); in orion_wdt_start()84 writel(reg, priv->reg + TIMER_CTRL); in orion_wdt_start()113 reg = readl(priv->reg + TIMER_CTRL); in orion_wdt_stop()115 writel(reg, priv->reg + TIMER_CTRL); in orion_wdt_stop()
Completed in 5 milliseconds