Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
HDpcivar.h164 uint8_t nummaps; /* actual number of PCI maps used */ member
HDpci.c519 cfg->nummaps = PCI_MAXMAPS_0; in pci_hdrtypedata()
522 cfg->nummaps = PCI_MAXMAPS_1; in pci_hdrtypedata()
527 cfg->nummaps = PCI_MAXMAPS_2; in pci_hdrtypedata()
3036 for (i = 0; i < cfg->nummaps;) in pci_add_resources()
4050 if (*rid < PCIR_BAR(cfg->nummaps)) { in pci_alloc_resource()
4246 for (i = 0; i < dinfo->cfg.nummaps; i++) in pci_cfg_restore()
4282 for (i = 0; i < dinfo->cfg.nummaps; i++) in pci_cfg_save()
/dragonfly/sys/dev/sound/pci/
HDaureal.c608 if (j < config_id->nummaps) { in au_pci_attach()