Searched refs:pcie_badslots (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/amd64/pci/
H A Dpci_cfgreg.c65 static uint32_t pcie_badslots; variable
128 (bus != 0 || !(1 << slot & pcie_badslots)))
168 (bus != 0 || !(1 << slot & pcie_badslots)))
291 pcie_badslots |= (1 << slot);
/freebsd-10.3-release/sys/i386/pci/
H A Dpci_cfgreg.c84 static uint32_t pcie_badslots; variable
215 (bus != 0 || !(1 << slot & pcie_badslots)))
250 (bus != 0 || !(1 << slot & pcie_badslots)))
605 pcie_badslots |= (1 << slot);

Completed in 51 milliseconds