Home
last modified time | relevance | path

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

/u-boot/drivers/watchdog/
A Dorion_wdt.c43 #define TIMER_CTRL 0x0000 macro
68 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