Home
last modified time | relevance | path

Searched refs:PCI_MAXMAPS_0 (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/mpr/
HDmpr_pci.c209 for (i = 0; i < PCI_MAXMAPS_0; i++) { in mpr_pci_attach()
/freebsd-11-stable/sys/dev/pci/
HDpcivar.h37 #define PCI_MAXMAPS_0 6 /* max. no. of memory/port maps */ macro
HDpci.c621 cfg->nummaps = PCI_MAXMAPS_0; in pci_hdrtypedata()
/freebsd-11-stable/sys/dev/sound/pci/
HDfm801.c587 for (i = 0; (mapped == 0) && (i < PCI_MAXMAPS_0); i++) { in fm801_pci_attach()
HDaureal.c573 for (i=0; i<PCI_MAXMAPS_0; i++) { in au_pci_attach()