Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/pseries/
Deeh_pseries.c250 u32 pcie_flags; in pseries_eeh_probe() local
281 2, &pcie_flags); in pseries_eeh_probe()
282 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4; in pseries_eeh_probe()
283 if (pcie_flags == PCI_EXP_TYPE_ROOT_PORT) in pseries_eeh_probe()
285 else if (pcie_flags == PCI_EXP_TYPE_DOWNSTREAM) in pseries_eeh_probe()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Deeh-powernv.c377 uint32_t pcie_flags; in pnv_eeh_probe() local
411 2, &pcie_flags); in pnv_eeh_probe()
412 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4; in pnv_eeh_probe()
413 if (pcie_flags == PCI_EXP_TYPE_ROOT_PORT) in pnv_eeh_probe()
415 else if (pcie_flags == PCI_EXP_TYPE_DOWNSTREAM) in pnv_eeh_probe()