Searched refs:pcie_badslots (Results 1 – 2 of 2) sorted by relevance
74 static uint32_t pcie_badslots; variable103 if (domain == 0 && bus == 0 && (1 << slot & pcie_badslots) != 0) in pci_docfgregread()154 if (domain == 0 && bus == 0 && (1 << slot & pcie_badslots) != 0) { in pci_cfgregwrite()275 pcie_badslots |= (1 << slot); in pcie_init_badslots()
77 static uint32_t pcie_badslots;177 if (domain == 0 && bus == 0 && (1 << slot & pcie_badslots) != 0) in pci_docfgregread()223 if (domain == 0 && bus == 0 && (1 << slot & pcie_badslots) != 0) { in pci_cfgregwrite()537 pcie_badslots |= (1 << slot); in pcie_init_badslots()