HomeSort by: relevance | last modified time | path
    Searched defs:upto (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/evbarm/stand/boot2440/
dm9000.c 331 unsigned int bound, val, mark, stat, len, upto, cnt; local in function:dm9k_recv
368 upto = len - 4; /* HASFCS */
369 if (upto > maxlen)
370 upto = maxlen;
372 for (cnt = 0; cnt < upto; cnt += 2) {
382 return upto;
dm9000.c 331 unsigned int bound, val, mark, stat, len, upto, cnt; local in function:dm9k_recv
368 upto = len - 4; /* HASFCS */
369 if (upto > maxlen)
370 upto = maxlen;
372 for (cnt = 0; cnt < upto; cnt += 2) {
382 return upto;
dm9000.c 331 unsigned int bound, val, mark, stat, len, upto, cnt; local in function:dm9k_recv
368 upto = len - 4; /* HASFCS */
369 if (upto > maxlen)
370 upto = maxlen;
372 for (cnt = 0; cnt < upto; cnt += 2) {
382 return upto;

Completed in 31 milliseconds