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

/freebsd-current/sys/dev/pci/
H A Dpcivar.h209 uint8_t nummaps; /* actual number of PCI maps used */ member in struct:pcicfg
H A Dpci.c661 cfg->nummaps = PCI_MAXMAPS_0;
669 cfg->nummaps = PCI_MAXMAPS_1;
679 cfg->nummaps = PCI_MAXMAPS_2;
4063 for (i = 0; i < cfg->nummaps;) {

Completed in 119 milliseconds