Home
last modified time | relevance | path

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

/drivers/watchdog/
Dvia_wdt.c41 #define VIA_WDT_RUNNING 0x01 /* 0: stop, 1: running */ macro
113 writel(ctl | VIA_WDT_RUNNING | VIA_WDT_TRIGGER, wdt_mem); in wdt_start()
123 writel(ctl & ~VIA_WDT_RUNNING, wdt_mem); in wdt_stop()