Home
last modified time | relevance | path

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

/trueos/sys/dev/pci/
HDpcivar.h36 #define PCI_MAXMAPS_0 6 /* max. no. of memory/port maps */ macro
HDpci.c590 cfg->nummaps = PCI_MAXMAPS_0; in pci_hdrtypedata()
/trueos/sys/dev/sound/pci/
HDfm801.c587 for (i = 0; (mapped == 0) && (i < PCI_MAXMAPS_0); i++) { in fm801_pci_attach()
HDaureal.c571 for (i=0; i<PCI_MAXMAPS_0; i++) { in au_pci_attach()