Searched refs:TIMEOUT_COUNT (Results 1 – 5 of 5) sorted by relevance
17 #define TIMEOUT_COUNT 5 /* # of timeouts before giving up */ macro19 #define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT) macro59 if (rarp_try >= TIMEOUT_COUNT) { in rarp_timeout_handler()
28 # define TIMEOUT_COUNT 10 macro30 # define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT * 2) macro46 static int timeout_count_max = TIMEOUT_COUNT;59 int tftp_timeout_count_max = TIMEOUT_COUNT;
37 # define TIMEOUT_COUNT 5 /* # of timeouts before giving up */ macro39 # define TIMEOUT_COUNT (CONFIG_NET_RETRY_COUNT) macro41 #define TIMEOUT_MS ((3 + (TIMEOUT_COUNT * 5)) * 1000)
96 #define TIMEOUT_COUNT 0x4000000 macro114 unsigned int timeout_count = TIMEOUT_COUNT; in arm_dcc_putc()
341 #define TIMEOUT_COUNT 0x100000 macro365 } 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()