Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/x86_64/
H A Dpci_cfgreg.c61 static uint32_t pcie_badslots; variable
133 (bus != 0 || !(1 << slot & pcie_badslots))) in pci_docfgregread()
171 (bus != 0 || !(1 << slot & pcie_badslots))) in pci_cfgregwrite()
302 pcie_badslots |= (1 << slot); in pcie_cfgregopen()