Home | History | Annotate | Download | only in pcmcia

Lines Matching refs:pf_mfc_iobase

539 				 (pf->pf_mfc_iobase >>  0) & 0xff);
541 (pf->pf_mfc_iobase >> 8) & 0xff);
543 (pf->pf_mfc_iobase >> 16) & 0xff);
545 (pf->pf_mfc_iobase >> 24) & 0xff);
547 pf->pf_mfc_iomax - pf->pf_mfc_iobase);
692 if (pf->pf_mfc_iobase == 0) {
693 pf->pf_mfc_iobase = iobase;
696 if (iobase < pf->pf_mfc_iobase)
697 pf->pf_mfc_iobase = iobase;
702 (long)pf->pf_mfc_iobase, (long)pf->pf_mfc_iomax));