Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dvia_wdt.c45 #define VIA_WDT_TRIGGER 0x80 /* 1: start a new countdown */ macro
79 writel(ctl | VIA_WDT_TRIGGER, wdt_mem); in wdt_reset()
113 writel(ctl | VIA_WDT_RUNNING | VIA_WDT_TRIGGER, wdt_mem); in wdt_start()