tag | line | file | source code |
---|---|---|---|
EISA_SLOT_INC | 1238 | drivers/net/de4x5.c | iobase = EISA_SLOT_INC; /* Get the first slot address */ |
EISA_SLOT_INC | 1247 | drivers/net/de4x5.c | for (status = -ENODEV; i<maxSlots && dev!=NULL; i++, iobase+=EISA_SLOT_INC) { |
EISA_SLOT_INC | 1380 | drivers/net/ewrk3.c | iobase+=EISA_SLOT_INC; /* get the first slot address */ |
EISA_SLOT_INC | 1381 | drivers/net/ewrk3.c | for (status = -ENODEV, i=1; i<MAX_EISA_SLOTS; i++, iobase+=EISA_SLOT_INC) { |