Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dewrk3.c1247 int i = num_ewrks3s, maxSlots; in isa_probe() local
1257 maxSlots = 24; in isa_probe()
1260 maxSlots = i + 1; in isa_probe()
1263 for (; (i < maxSlots) && (dev != NULL); in isa_probe()
1288 int i, maxSlots; in eisa_probe() local
1297 maxSlots = i + 1; in eisa_probe()
1299 for (i = 1; (i < maxSlots) && (dev != NULL); i++, iobase += EISA_SLOT_INC) { in eisa_probe()