taglinefilesource code
EISA_SLOT_INC1502drivers/net/de4x5.ciobase = EISA_SLOT_INC;              /* Get the first slot address */
EISA_SLOT_INC1511drivers/net/de4x5.cfor (status = -ENODEV; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) {
EISA_SLOT_INC1288drivers/net/depca.ciobase = EISA_SLOT_INC;                    /* Get the first slot address */
EISA_SLOT_INC1298drivers/net/depca.cfor (; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) {
EISA_SLOT_INC1376drivers/net/ewrk3.ciobase+=EISA_SLOT_INC;            /* get the first slot address */
EISA_SLOT_INC1377drivers/net/ewrk3.cfor (status = -ENODEV, i=1; i<MAX_EISA_SLOTS; i++, iobase+=EISA_SLOT_INC) {