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

  /external/u-boot/net/
rarp.c 17 #define TIMEOUT_COUNT 5 /* # of timeouts before giving up */
19 #define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT)
59 if (rarp_try >= TIMEOUT_COUNT) {
tftp.c 26 # define TIMEOUT_COUNT 10
28 # define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT * 2)
44 static int timeout_count_max = TIMEOUT_COUNT;
57 int tftp_timeout_count_max = TIMEOUT_COUNT;
74 static int timeout_count; variable
300 timeout_count = 0; /* we've done well, reset the timeout */
688 if (++timeout_count > timeout_count_max) {
822 timeout_count = 0;
863 timeout_count = 0;
bootp.c 28 * counter of fixed-length timeout periods. TIMEOUT_COUNT represents
37 # define TIMEOUT_COUNT 5 /* # of timeouts before giving up */
39 # define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT)
41 #define TIMEOUT_MS ((3 + (TIMEOUT_COUNT * 5)) * 1000)
  /external/u-boot/drivers/serial/
arm_dcc.c 96 #define TIMEOUT_COUNT 0x4000000
114 unsigned int timeout_count = TIMEOUT_COUNT; local
116 while (--timeout_count) {
121 if (timeout_count == 0)

Completed in 200 milliseconds