HomeSort by: relevance | last modified time | path
    Searched refs:pf_mfc_iobase (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pcmcia/
pcmcia.c 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))
    [all...]
pcmciavar.h 151 bus_addr_t pf_mfc_iobase; member in struct:pcmcia_function

Completed in 12 milliseconds