Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/watchdog/
Ddiag288_wdt.c44 #define WDT_FUNC_INIT 0 macro
123 func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL) in wdt_start()
124 : WDT_FUNC_INIT; in wdt_start()
129 ret = __diag288_lpar(WDT_FUNC_INIT, in wdt_start()
170 func = conceal_on ? (WDT_FUNC_INIT | WDT_FUNC_CONCEAL) in wdt_ping()
171 : WDT_FUNC_INIT; in wdt_ping()
271 if (__diag288_vm(WDT_FUNC_INIT, 15, in diag288_init()
277 if (__diag288_lpar(WDT_FUNC_INIT, 30, LPARWDT_RESTART)) { in diag288_init()