taglinefilesource code
EISA_SLOT_INC1533drivers/net/de4x5.ciobase = EISA_SLOT_INC;              /* Get the first slot address */
EISA_SLOT_INC1542drivers/net/de4x5.cfor (status = -ENODEV; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) {
EISA_SLOT_INC1292drivers/net/depca.ciobase = EISA_SLOT_INC;                    /* Get the first slot address */
EISA_SLOT_INC1302drivers/net/depca.cfor (; (i<maxSlots) && (dev!=NULL); i++, iobase+=EISA_SLOT_INC) {
EISA_SLOT_INC1410drivers/net/ewrk3.ciobase+=EISA_SLOT_INC;            /* get the first slot address */
EISA_SLOT_INC1411drivers/net/ewrk3.cfor (status = -ENODEV, i=1; i<MAX_EISA_SLOTS; i++, iobase+=EISA_SLOT_INC) {