Home
last modified time | relevance | path

Searched refs:pf_mfc_iomax (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/bus/pccard/
H A Dpccard.c547 if (pf->pf_mfc_iomax == 0) { in pccard_mfc_adjust_iobase()
549 pf->pf_mfc_iomax = pf->pf_mfc_iobase + size; in pccard_mfc_adjust_iobase()
554 if (pf->pf_mfc_iomax < addr + offset + size) in pccard_mfc_adjust_iobase()
555 pf->pf_mfc_iomax = addr + offset + size; in pccard_mfc_adjust_iobase()
559 tmp = pf->pf_mfc_iomax - pf->pf_mfc_iobase; in pccard_mfc_adjust_iobase()
H A Dpccardvar.h150 bus_addr_t pf_mfc_iomax; member