HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_WATCHDOG_FREQ (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/powerpc/lib/
interrupts.c 26 #ifndef CONFIG_SYS_WATCHDOG_FREQ
27 #define CONFIG_SYS_WATCHDOG_FREQ (CONFIG_SYS_HZ / 2)
88 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0)
  /external/u-boot/arch/m68k/lib/
time.c 19 #ifndef CONFIG_SYS_WATCHDOG_FREQ
20 #define CONFIG_SYS_WATCHDOG_FREQ (CONFIG_SYS_HZ / 2)
69 if ((timestamp % (CONFIG_SYS_WATCHDOG_FREQ)) == 0) {
  /external/u-boot/include/configs/
MPC8610HPCD.h 417 #define CONFIG_SYS_WATCHDOG_FREQ 5000 /* Feed interval, 5s */

Completed in 86 milliseconds