tag | line | file | source code |
EISA_SLOT_INC | 1573 | drivers/net/de4x5.c | iobase = EISA_SLOT_INC; /* Get the first slot address */ |
EISA_SLOT_INC | 1582 | drivers/net/de4x5.c | for (status = -ENODEV; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) { |
EISA_SLOT_INC | 1261 | drivers/net/depca.c | iobase = EISA_SLOT_INC; /* Get the first slot address */ |
EISA_SLOT_INC | 1271 | drivers/net/depca.c | for (; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) { |
EISA_SLOT_INC | 1341 | drivers/net/ewrk3.c | iobase = EISA_SLOT_INC; /* Get the first slot address */ |
EISA_SLOT_INC | 1350 | drivers/net/ewrk3.c | for (i=1; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) { |