Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Ddiag288_wdt.c43 #define WDT_FUNC_INIT 0 macro
114 func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL) in wdt_start()
115 : WDT_FUNC_INIT; in wdt_start()
119 ret = diag288(WDT_FUNC_INIT, dev->timeout, LPARWDT_RESTART, 0); in wdt_start()
145 func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL) in wdt_ping()
146 : WDT_FUNC_INIT; in wdt_ping()
202 ret = diag288_str(WDT_FUNC_INIT, MIN_INTERVAL, "BEGIN"); in diag288_init()
209 if (diag288(WDT_FUNC_INIT, WDT_DEFAULT_TIMEOUT, in diag288_init()