Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/pci/
H A Dpci_cfgreg.c67 static uint32_t pcie_badslots; variable
87 (bus != 0 || !(1 << slot & pcie_badslots))) in pci_docfgregread()
127 (bus != 0 || !(1 << slot & pcie_badslots))) in pci_cfgregwrite()
250 pcie_badslots |= (1 << slot); in pcie_cfgregopen()
/f-stack/freebsd/i386/pci/
H A Dpci_cfgreg.c72 static uint32_t pcie_badslots; variable
161 (bus != 0 || !(1 << slot & pcie_badslots))) in pci_docfgregread()
196 (bus != 0 || !(1 << slot & pcie_badslots))) in pci_cfgregwrite()
513 pcie_badslots |= (1 << slot); in pcie_cfgregopen()