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

/freebsd-13-stable/sys/amd64/pci/
H A Dpci_cfgreg.c67 static uint32_t pcie_badslots; variable
87 (bus != 0 || !(1 << slot & pcie_badslots)))
127 (bus != 0 || !(1 << slot & pcie_badslots)))
250 pcie_badslots |= (1 << slot);
/freebsd-13-stable/sys/i386/pci/
H A Dpci_cfgreg.c72 static uint32_t pcie_badslots; variable
161 (bus != 0 || !(1 << slot & pcie_badslots)))
196 (bus != 0 || !(1 << slot & pcie_badslots)))
513 pcie_badslots |= (1 << slot);

Completed in 89 milliseconds