tag | line | file | source code |
EISA_SLOT_INC | 1499 | drivers/net/de4x5.c | iobase = EISA_SLOT_INC; /* Get the first slot address */ |
EISA_SLOT_INC | 1508 | drivers/net/de4x5.c | for (status = -ENODEV; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) { |
EISA_SLOT_INC | 1293 | drivers/net/depca.c | iobase = EISA_SLOT_INC; /* Get the first slot address */ |
EISA_SLOT_INC | 1303 | drivers/net/depca.c | for (; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) { |
EISA_SLOT_INC | 1382 | drivers/net/ewrk3.c | iobase+=EISA_SLOT_INC; /* get the first slot address */ |
EISA_SLOT_INC | 1383 | drivers/net/ewrk3.c | for (status = -ENODEV, i=1; i<MAX_EISA_SLOTS; i++, iobase+=EISA_SLOT_INC) { |