Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/lib/
H A Dinterrupts.c27 #ifndef CONFIG_SYS_WATCHDOG_FREQ
28 #define CONFIG_SYS_WATCHDOG_FREQ (CONFIG_SYS_HZ / 2) macro
90 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0) in timer_interrupt()
/openbmc/u-boot/arch/m68k/lib/
H A Dtime.c19 #ifndef CONFIG_SYS_WATCHDOG_FREQ
20 #define CONFIG_SYS_WATCHDOG_FREQ (CONFIG_SYS_HZ / 2) macro
69 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0) { in dtimer_interrupt()
/openbmc/u-boot/drivers/timer/
H A Dmpc83xx_timer.c167 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0) in timer_interrupt()
/openbmc/u-boot/include/configs/
H A DMPC8610HPCD.h409 #define CONFIG_SYS_WATCHDOG_FREQ 5000 /* Feed interval, 5s */ macro
/openbmc/u-boot/scripts/
H A Dconfig_whitelist.txt4355 CONFIG_SYS_WATCHDOG_FREQ