Searched refs:SP5100_WDT_CONTROL (Results 1 – 2 of 2) sorted by relevance
101 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()
16 #define SP5100_WDT_CONTROL(base) ((base) + 0x00) /* Watchdog Control */ macro