Home
last modified time | relevance | path

Searched refs:maxSlots (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dewrk3.c1279 int i = num_ewrk3s, maxSlots; in isa_probe() local
1289 maxSlots = 24; in isa_probe()
1292 maxSlots = i + 1; in isa_probe()
1295 for (; (i < maxSlots) && (dev != NULL); iobase += EWRK3_IOP_INC, i++) { in isa_probe()
1319 int i, maxSlots; in eisa_probe() local
1331 maxSlots = MAX_EISA_SLOTS; in eisa_probe()
1335 maxSlots = i + 1; in eisa_probe()
1338 for (i = 1; (i < maxSlots) && (dev != NULL); i++, iobase += EISA_SLOT_INC) { in eisa_probe()
Ddepca.c1401 int i = num_depcas, maxSlots; in isa_probe() local
1412 maxSlots = MAX_NUM_DEPCAS; in isa_probe()
1415 maxSlots = i + 1; in isa_probe()
1418 for (; (i < maxSlots) && (dev != NULL) && ports[i]; i++) { in isa_probe()
1442 int i, maxSlots; in eisa_probe() local
1454 maxSlots = MAX_EISA_SLOTS; in eisa_probe()
1458 maxSlots = i + 1; in eisa_probe()
1463 for (; (i < maxSlots) && (dev != NULL); i++, iobase += EISA_SLOT_INC) { in eisa_probe()
Dde4x5.c2104 int i, maxSlots, status, device; in eisa_probe() local
2119 maxSlots = MAX_EISA_SLOTS; in eisa_probe()
2123 maxSlots = i + 1; in eisa_probe()
2126 for (status = -ENODEV; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) { in eisa_probe()