Searched refs:PCI_SLOTMAX (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-11-stable/sys/x86/pci/
H A Dpci_bus.c401 for (slot = 0; slot <= PCI_SLOTMAX; slot++) {
/freebsd-11-stable/sys/dev/ofw/
H A Dofwpci.c292 return (PCI_SLOTMAX);
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c746 mv_pcib_init(sc, secbus, PCI_SLOTMAX);
1012 return ((sc->sc_type != MV_TYPE_PCI) ? 1 : PCI_SLOTMAX);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_emul.c65 #define MAXSLOTS (PCI_SLOTMAX + 1)
1895 cfgslot = (x >> 11) & PCI_SLOTMAX;
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_pcie.c606 return (PCI_SLOTMAX);
/freebsd-11-stable/sys/sparc64/pci/
H A Dpsycho.c860 return (PCI_SLOTMAX);
H A Dschizo.c961 return (PCI_SLOTMAX);
/freebsd-11-stable/sys/dev/pci/
H A Dpci_pci.c2537 return (PCI_SLOTMAX);
2550 return (PCI_SLOTMAX);
H A Dpci.c5787 if (domain > PCI_DOMAINMAX || bus > PCI_BUSMAX || slot > PCI_SLOTMAX ||

Completed in 122 milliseconds

12