Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/watchdog/
Dsp5100_tco.c114 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
116 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
126 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()
128 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()
138 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()
140 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()
293 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in sp5100_tco_timer_init()
311 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in sp5100_tco_timer_init()
Dsp5100_tco.h16 #define SP5100_WDT_CONTROL(base) ((base) + 0x00) /* Watchdog Control */ macro