Home
last modified time | relevance | path

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

/u-boot/arch/m68k/cpu/mcf52x2/
A Dcpu.c90 (CONFIG_WATCHDOG_TIMEOUT * CONFIG_SYS_HZ) / (32768 * 1000) - 1); in watchdog_init()
256 (CONFIG_WATCHDOG_TIMEOUT * CONFIG_SYS_HZ) / (32768 * 1000) - 1); in watchdog_init()
326 (CONFIG_WATCHDOG_TIMEOUT * CONFIG_SYS_HZ) / (32768 * 1000) - 1); in watchdog_init()
/u-boot/include/configs/
A DM5208EVBE.h20 #define CONFIG_WATCHDOG_TIMEOUT 5000 macro
A DM5235EVB.h25 #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */ macro
A DM5272C3.h25 #define CONFIG_WATCHDOG_TIMEOUT 10000 /* timeout in milliseconds */ macro
A DM53017EVB.h25 #define CONFIG_WATCHDOG_TIMEOUT 5000 macro
A Dcobra5272.h59 #define CONFIG_WATCHDOG_TIMEOUT 10000 /* timeout in milliseconds */
A DM5329EVB.h25 #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */ macro
A DM5373EVB.h27 #define CONFIG_WATCHDOG_TIMEOUT 3360 /* timeout in ms, max is 3.36 sec */ macro
A Dastro_mcf5373l.h101 #define CONFIG_WATCHDOG_TIMEOUT 3355 /* timeout in milliseconds */ macro
A DM5475EVB.h25 #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */ macro
A DM5485EVB.h25 #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */ macro
/u-boot/arch/m68k/cpu/mcf523x/
A Dcpu.c95 wdog_module = ((CONFIG_SYS_CLK / CONFIG_SYS_HZ) * CONFIG_WATCHDOG_TIMEOUT); in watchdog_init()
/u-boot/arch/m68k/cpu/mcf547x_8x/
A Dcpu.c126 out_be16(&gptmr->pre, CONFIG_WATCHDOG_TIMEOUT); in watchdog_init()
/u-boot/arch/m68k/cpu/mcf532x/
A Dcpu.c134 wdog_module = ((CONFIG_SYS_CLK / 1000) * CONFIG_WATCHDOG_TIMEOUT); in watchdog_init()
/u-boot/scripts/
A Dconfig_whitelist.txt3967 CONFIG_WATCHDOG_TIMEOUT

Completed in 26 milliseconds