Searched refs:SP5100_WDT_CONTROL (Results 1 – 2 of 2) sorted by relevance
97 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()99 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_start()109 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()111 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_stop()121 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()123 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in tco_timer_ping()325 val = readl(SP5100_WDT_CONTROL(tco->tcobase)); in sp5100_tco_setupdevice()340 writel(val, SP5100_WDT_CONTROL(tco->tcobase)); in sp5100_tco_setupdevice()
16 #define SP5100_WDT_CONTROL(base) ((base) + 0x00) /* Watchdog Control */ macro