Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/pseries/
Deeh_pseries.c237 u32 pcie_flags; in pseries_eeh_probe() local
270 2, &pcie_flags); in pseries_eeh_probe()
271 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4; in pseries_eeh_probe()
272 if (pcie_flags == PCI_EXP_TYPE_ROOT_PORT) in pseries_eeh_probe()
274 else if (pcie_flags == PCI_EXP_TYPE_DOWNSTREAM) in pseries_eeh_probe()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Deeh-powernv.c370 uint32_t pcie_flags; in pnv_eeh_probe() local
400 2, &pcie_flags); in pnv_eeh_probe()
401 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4; in pnv_eeh_probe()
402 if (pcie_flags == PCI_EXP_TYPE_ROOT_PORT) in pnv_eeh_probe()
404 else if (pcie_flags == PCI_EXP_TYPE_DOWNSTREAM) in pnv_eeh_probe()