Searched refs:SP5100_WDT_CONTROL (Results 1 – 2 of 2) sorted by relevance
82 val = readl(SP5100_WDT_CONTROL(tcobase)); in tco_timer_start()84 writel(val, SP5100_WDT_CONTROL(tcobase)); in tco_timer_start()94 val = readl(SP5100_WDT_CONTROL(tcobase)); in tco_timer_stop()96 writel(val, SP5100_WDT_CONTROL(tcobase)); in tco_timer_stop()106 val = readl(SP5100_WDT_CONTROL(tcobase)); in tco_timer_keepalive()108 writel(val, SP5100_WDT_CONTROL(tcobase)); in tco_timer_keepalive()436 val = readl(SP5100_WDT_CONTROL(tcobase)); in sp5100_tco_setupdevice()443 writel(val, SP5100_WDT_CONTROL(tcobase)); in sp5100_tco_setupdevice()
13 #define SP5100_WDT_CONTROL(base) ((base) + 0x00) /* Watchdog Control */ macro