Home
last modified time | relevance | path

Searched refs:TOUT_LOOP (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/drivers/net/
Ddc2114x.c123 #define TOUT_LOOP 1000000 macro
388 if (i >= TOUT_LOOP) { in dc21x4x_send()
401 if (i >= TOUT_LOOP) { in dc21x4x_send()
495 if (i >= TOUT_LOOP) { in send_setup_frame()
508 if (i >= TOUT_LOOP) { in send_setup_frame()
Dmpc8xx_fec.c82 #define TOUT_LOOP 100 macro
183 (j < TOUT_LOOP)) { in fec_send()
187 if (j >= TOUT_LOOP) in fec_send()
201 (j < TOUT_LOOP)) { in fec_send()
205 if (j >= TOUT_LOOP) in fec_send()
Deepro100.c194 #define TOUT_LOOP 1000000 macro
374 if (i >= TOUT_LOOP) { in wait_for_eepro100()
542 if (i >= TOUT_LOOP) { in eepro100_init()
578 if (i >= TOUT_LOOP) { in eepro100_init()
637 if (i >= TOUT_LOOP) { in eepro100_send()
Dtsec.c247 if (i >= TOUT_LOOP) { in tsec_send()
266 if (i >= TOUT_LOOP) { in tsec_send()
434 if (t >= 10 * TOUT_LOOP) { in redundant_init()
Dnatsemi.c66 #define TOUT_LOOP 500000 macro
789 if (i >= TOUT_LOOP) { in natsemi_send()
Dns8382x.c64 #define TOUT_LOOP 500000 macro
766 if (i >= TOUT_LOOP) { in ns8382x_send()
De1000.c39 #define TOUT_LOOP 100000 macro
5400 if (i++ > TOUT_LOOP) { in _e1000_transmit()
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dether_fcc.c97 #define TOUT_LOOP 1000000 macro
135 if (i >= TOUT_LOOP) { in fec_send()
147 if (i >= TOUT_LOOP) { in fec_send()
/external/u-boot/include/
Dtsec.h74 #define TOUT_LOOP 1000000 macro