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

/drivers/watchdog/
H A Ddiag288_wdt.c44 #define WDT_FUNC_INIT 0 macro
123 func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL)
124 : WDT_FUNC_INIT;
131 ret = __diag288_lpar(WDT_FUNC_INIT,
174 func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL)
175 : WDT_FUNC_INIT;
277 if (__diag288_vm(WDT_FUNC_INIT, 15,
284 if (__diag288_lpar(WDT_FUNC_INIT, 30, LPARWDT_RESTART)) {

Completed in 161 milliseconds