HomeSort by: relevance | last modified time | path
    Searched defs:mfc_index (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pcmcia/
pcmcia_cis.c 147 int mfc_index; local in function:pcmcia_scan_cis
190 mfc_index = 0;
471 } else if (mfc_count && (mfc_index < mfc_count)) {
472 if (!mfc[mfc_index].common)
473 mfc[mfc_index].addr *= 2;
476 mfc[mfc_index].common ?
479 mfc[mfc_index].addr, PCMCIA_CIS_SIZE,
482 if (!mfc[mfc_index].common)
490 tuple.mult = mfc[mfc_index].common ? 1 : 2;
492 mfc_index++
    [all...]

Completed in 11 milliseconds