tag | line | file | source code |
EISA_SLOT_INC | 1518 | drivers/net/de4x5.c | iobase = EISA_SLOT_INC; /* Get the first slot address */ |
EISA_SLOT_INC | 1527 | drivers/net/de4x5.c | for (status = -ENODEV; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) { |
EISA_SLOT_INC | 1260 | drivers/net/depca.c | iobase = EISA_SLOT_INC; /* Get the first slot address */ |
EISA_SLOT_INC | 1270 | drivers/net/depca.c | for (; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) { |
EISA_SLOT_INC | 1340 | drivers/net/ewrk3.c | iobase = EISA_SLOT_INC; /* Get the first slot address */ |
EISA_SLOT_INC | 1349 | drivers/net/ewrk3.c | for (i=1; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) { |