Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dsp5100_tco.c115 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
117 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
121 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
131 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()
133 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()
143 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()
145 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()
298 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in sp5100_tco_timer_init()
316 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in sp5100_tco_timer_init()
H A Dsp5100_tco.h16 #define SP5100_WDT_CONTROL(base) ((base) + 0x00) /* Watchdog Control */ macro