Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Dsp5100_tco.c101 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
103 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
113 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()
115 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()
125 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()
127 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()
329 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in sp5100_tco_setupdevice()
344 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in sp5100_tco_setupdevice()
Dsp5100_tco.h16 #define SP5100_WDT_CONTROL(base) ((base) + 0x00) /* Watchdog Control */ macro