Home
last modified time | relevance | path

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

/u-boot/arch/powerpc/lib/
A Dinterrupts.c20 #ifndef CONFIG_SYS_WATCHDOG_FREQ
21 #define CONFIG_SYS_WATCHDOG_FREQ (CONFIG_SYS_HZ / 2) macro
83 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0) in timer_interrupt()
/u-boot/arch/m68k/lib/
A Dtime.c24 #ifndef CONFIG_SYS_WATCHDOG_FREQ
25 #define CONFIG_SYS_WATCHDOG_FREQ (CONFIG_SYS_HZ / 2) macro
74 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0) { in dtimer_interrupt()
/u-boot/drivers/timer/
A Dmpc83xx_timer.c174 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0) in timer_interrupt()
/u-boot/scripts/
A Dconfig_whitelist.txt3756 CONFIG_SYS_WATCHDOG_FREQ

Completed in 16 milliseconds