Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
A Dsp5100_tco.c104 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
106 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()
116 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()
118 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()
128 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()
130 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()
351 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in sp5100_tco_setupdevice()
366 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in sp5100_tco_setupdevice()
A Dsp5100_tco.h16 #define SP5100_WDT_CONTROL(base) ((base) + 0x00) /* Watchdog Control */ macro

Completed in 4 milliseconds