Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/watchdog/
Dsp5100_tco.c97 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
99 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
109 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()
111 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()
121 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()
123 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()
325 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in sp5100_tco_setupdevice()
340 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in sp5100_tco_setupdevice()
Dsp5100_tco.h16 #define SP5100_WDT_CONTROL(base) ((base) + 0x00) /* Watchdog Control */ macro