Home
last modified time | relevance | path

Searched defs:ipc_wd_start (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/watchdog/
H A Dtangier_wdt.c58 struct ipc_wd_start { in hw_watchdog_init() struct
59 u32 pretimeout; in hw_watchdog_init()
60 u32 timeout; in hw_watchdog_init()
61 } ipc_wd_start = { timeout - WDT_PRETIMEOUT, timeout }; in hw_watchdog_init() local
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dintel-mid_wdt.c56 struct ipc_wd_start { in wdt_start() struct
57 u32 pretimeout; in wdt_start()
58 u32 timeout; in wdt_start()
59 } ipc_wd_start = { timeout - MID_WDT_PRETIMEOUT, timeout }; in wdt_start() local