taglinefilesource code
EISA_SLOT_INC1499drivers/net/de4x5.ciobase = EISA_SLOT_INC;              /* Get the first slot address */
EISA_SLOT_INC1508drivers/net/de4x5.cfor (status = -ENODEV; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) {
EISA_SLOT_INC1293drivers/net/depca.ciobase = EISA_SLOT_INC;                    /* Get the first slot address */
EISA_SLOT_INC1303drivers/net/depca.cfor (; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) {
EISA_SLOT_INC1382drivers/net/ewrk3.ciobase+=EISA_SLOT_INC;            /* get the first slot address */
EISA_SLOT_INC1383drivers/net/ewrk3.cfor (status = -ENODEV, i=1; i<MAX_EISA_SLOTS; i++, iobase+=EISA_SLOT_INC) {