Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dsp5100_tco.c103 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()
H A Dsp5100_tco.h16 #define SP5100_WDT_CONTROL(base) ((base) + 0x00) /* Watchdog Control */ macro