Home
last modified time | relevance | path

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

/u-boot/net/
A Drarp.c18 #define TIMEOUT_COUNT 5 /* # of timeouts before giving up */ macro
20 #define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT) macro
60 if (rarp_try >= TIMEOUT_COUNT) { in rarp_timeout_handler()
A Dtftp.c32 # define TIMEOUT_COUNT 10 macro
34 # define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT * 2) macro
50 static int timeout_count_max = TIMEOUT_COUNT;
63 int tftp_timeout_count_max = TIMEOUT_COUNT;
A Dbootp.c43 # define TIMEOUT_COUNT 5 /* # of timeouts before giving up */ macro
45 # define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT) macro
47 #define TIMEOUT_MS ((3 + (TIMEOUT_COUNT * 5)) * 1000)
/u-boot/drivers/serial/
A Darm_dcc.c96 #define TIMEOUT_COUNT 0x4000000 macro
114 unsigned int timeout_count = TIMEOUT_COUNT; in arm_dcc_putc()

Completed in 8 milliseconds