HomeSort by relevance Sort by last modified time
    Searched refs:TOUT_LOOP (Results 1 - 9 of 9) sorted by null

  /external/u-boot/drivers/net/
dc2114x.c 123 #define TOUT_LOOP 1000000
388 if (i >= TOUT_LOOP) {
401 if (i >= TOUT_LOOP) {
495 if (i >= TOUT_LOOP) {
508 if (i >= TOUT_LOOP) {
mpc8xx_fec.c 82 #define TOUT_LOOP 100
183 (j < TOUT_LOOP)) {
187 if (j >= TOUT_LOOP)
201 (j < TOUT_LOOP)) {
205 if (j >= TOUT_LOOP)
eepro100.c 194 #define TOUT_LOOP 1000000
374 if (i >= TOUT_LOOP) {
542 if (i >= TOUT_LOOP) {
578 if (i >= TOUT_LOOP) {
637 if (i >= TOUT_LOOP) {
natsemi.c 66 #define TOUT_LOOP 500000
789 if (i >= TOUT_LOOP) {
ns8382x.c 64 #define TOUT_LOOP 500000
766 if (i >= TOUT_LOOP) {
tsec.c 247 if (i >= TOUT_LOOP) {
266 if (i >= TOUT_LOOP) {
434 if (t >= 10 * TOUT_LOOP) {
e1000.c 39 #define TOUT_LOOP 100000
    [all...]
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
ether_fcc.c 97 #define TOUT_LOOP 1000000
135 if (i >= TOUT_LOOP) {
147 if (i >= TOUT_LOOP) {
  /external/u-boot/include/
tsec.h 74 #define TOUT_LOOP 1000000

Completed in 141 milliseconds