Searched defs:ipc_wd_start (Results 1 – 2 of 2) sorted by relevance
56 struct ipc_wd_start { in wdt_start() struct57 u32 pretimeout; in wdt_start()58 u32 timeout; in wdt_start()59 } ipc_wd_start = { timeout - MID_WDT_PRETIMEOUT, timeout }; in wdt_start() local