Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dsp5100_tco.c82 val = readl(SP5100_WDT_CONTROL(tcobase)); in tco_timer_start()
84 writel(val, SP5100_WDT_CONTROL(tcobase)); in tco_timer_start()
94 val = readl(SP5100_WDT_CONTROL(tcobase)); in tco_timer_stop()
96 writel(val, SP5100_WDT_CONTROL(tcobase)); in tco_timer_stop()
106 val = readl(SP5100_WDT_CONTROL(tcobase)); in tco_timer_keepalive()
108 writel(val, SP5100_WDT_CONTROL(tcobase)); in tco_timer_keepalive()
436 val = readl(SP5100_WDT_CONTROL(tcobase)); in sp5100_tco_setupdevice()
443 writel(val, SP5100_WDT_CONTROL(tcobase)); in sp5100_tco_setupdevice()
Dsp5100_tco.h13 #define SP5100_WDT_CONTROL(base) ((base) + 0x00) /* Watchdog Control */ macro