Searched refs:SP5100_WDT_CONTROL (Results 1 – 2 of 2) sorted by relevance
103 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()105 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()115 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()117 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()127 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()129 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()343 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in sp5100_tco_setupdevice()358 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in sp5100_tco_setupdevice()
16 #define SP5100_WDT_CONTROL(base) ((base) + 0x00) /* Watchdog Control */ macro