Home
last modified time | relevance | path

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

/external/u-boot/net/
Drarp.c17 #define TIMEOUT_COUNT 5 /* # of timeouts before giving up */ macro
19 #define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT) macro
Dtftp.c26 # define TIMEOUT_COUNT 10 macro
28 # define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT * 2) macro
Dbootp.c37 # define TIMEOUT_COUNT 5 /* # of timeouts before giving up */ macro
39 # define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT) macro
/external/u-boot/drivers/serial/
Darm_dcc.c96 #define TIMEOUT_COUNT 0x4000000 macro