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

/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c203 u32 pcie_flags; pseries_eeh_probe() local
234 2, &pcie_flags); pseries_eeh_probe()
235 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4; pseries_eeh_probe()
236 if (pcie_flags == PCI_EXP_TYPE_ROOT_PORT) pseries_eeh_probe()
238 else if (pcie_flags == PCI_EXP_TYPE_DOWNSTREAM) pseries_eeh_probe()
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c383 uint32_t pcie_flags; pnv_eeh_probe() local
409 2, &pcie_flags); pnv_eeh_probe()
410 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4; pnv_eeh_probe()
411 if (pcie_flags == PCI_EXP_TYPE_ROOT_PORT) pnv_eeh_probe()
413 else if (pcie_flags == PCI_EXP_TYPE_DOWNSTREAM) pnv_eeh_probe()

Completed in 166 milliseconds