Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/net/
H A Drarp.c18 #define TIMEOUT_COUNT 5 /* # of timeouts before giving up */ macro
20 #define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT) macro
H A Dbootp.c38 # define TIMEOUT_COUNT 5 /* # of timeouts before giving up */ macro
40 # define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT) macro
H A Dtftp.c26 # define TIMEOUT_COUNT 10 macro
28 # define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT * 2) macro
/rk3399_rockchip-uboot/drivers/serial/
H A Darm_dcc.c97 #define TIMEOUT_COUNT 0x4000000 macro