mfc_index         106 dev/pcmcia/pcmcia_cis.c 	int mfc_index;
mfc_index         150 dev/pcmcia/pcmcia_cis.c 	mfc_index = 0;
mfc_index         418 dev/pcmcia/pcmcia_cis.c 			} else if (mfc_count && (mfc_index < mfc_count)) {
mfc_index         419 dev/pcmcia/pcmcia_cis.c 				if (!mfc[mfc_index].common)
mfc_index         420 dev/pcmcia/pcmcia_cis.c 					mfc[mfc_index].addr *= 2;
mfc_index         423 dev/pcmcia/pcmcia_cis.c 				    mfc[mfc_index].common ?
mfc_index         425 dev/pcmcia/pcmcia_cis.c 				    mfc[mfc_index].addr, PCMCIA_CIS_SIZE,
mfc_index         428 dev/pcmcia/pcmcia_cis.c 				if (!mfc[mfc_index].common)
mfc_index         436 dev/pcmcia/pcmcia_cis.c 				tuple.mult = mfc[mfc_index].common ? 1 : 2;
mfc_index         438 dev/pcmcia/pcmcia_cis.c 				mfc_index++;