Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Ddc2114x.c124 #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.c83 #define TOUT_LOOP 100 macro
184 (j < TOUT_LOOP)) { in fec_send()
188 if (j >= TOUT_LOOP) in fec_send()
202 (j < TOUT_LOOP)) { in fec_send()
206 if (j >= TOUT_LOOP) in fec_send()
Deepro100.c194 #define TOUT_LOOP 1000000 macro
372 if (i >= TOUT_LOOP) { in wait_for_eepro100()
540 if (i >= TOUT_LOOP) { in eepro100_init()
576 if (i >= TOUT_LOOP) { in eepro100_init()
635 if (i >= TOUT_LOOP) { in eepro100_send()
Dtsec.c270 if (i >= TOUT_LOOP) { in tsec_send()
289 if (i >= TOUT_LOOP) { in tsec_send()
457 if (t >= 10 * TOUT_LOOP) { in redundant_init()
Dns8382x.c63 #define TOUT_LOOP 500000 macro
765 if (i >= TOUT_LOOP) { in ns8382x_send()
Dnatsemi.c65 #define TOUT_LOOP 500000 macro
788 if (i >= TOUT_LOOP) { in natsemi_send()
De1000.c40 #define TOUT_LOOP 100000 macro
5401 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.h76 #define TOUT_LOOP 1000000 macro