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

/freebsd-11-stable/sys/dev/pccard/
H A Dpccardvarp.h117 bus_addr_t pf_mfc_iomax; member in struct:pccard_function
H A Dpccard.c623 if (pf->pf_mfc_iomax == 0) {
625 pf->pf_mfc_iomax = pf->pf_mfc_iobase + size;
630 if (pf->pf_mfc_iomax < addr + offset + size)
631 pf->pf_mfc_iomax = addr + offset + size;
635 tmp = pf->pf_mfc_iomax - pf->pf_mfc_iobase;

Completed in 176 milliseconds