Home
last modified time | relevance | path

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

/src/sys/dev/pci/
H A Dpcivar.h205 uint8_t nummaps; /* actual number of PCI maps used */ member
H A Dpci.c694 cfg->nummaps = PCI_MAXMAPS_0; in pci_hdrtypedata()
702 cfg->nummaps = PCI_MAXMAPS_1; in pci_hdrtypedata()
712 cfg->nummaps = PCI_MAXMAPS_2; in pci_hdrtypedata()
4165 for (i = 0; i < cfg->nummaps;) { in pci_add_resources()