Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H 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()
H A Dtftp.c26 # define TIMEOUT_COUNT 10 macro
28 # define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT * 2) macro
44 static int timeout_count_max = TIMEOUT_COUNT;
57 int tftp_timeout_count_max = TIMEOUT_COUNT;
H A Dbootp.c38 # define TIMEOUT_COUNT 5 /* # of timeouts before giving up */ macro
40 # define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT) macro
42 #define TIMEOUT_MS ((3 + (TIMEOUT_COUNT * 5)) * 1000)
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Darm_dcc.c97 #define TIMEOUT_COUNT 0x4000000 macro
115 unsigned int timeout_count = TIMEOUT_COUNT; in arm_dcc_putc()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dtime.c341 #define TIMEOUT_COUNT 0x100000 macro
365 } while ((inb(0x61) & 0x20) == 0 && count < TIMEOUT_COUNT); in calibrate_cc_with_pit()
369 if (count <= 1 || count == TIMEOUT_COUNT) in calibrate_cc_with_pit()