PCI_EXP_FLAGS_TYPE  401 arch/powerpc/platforms/powernv/eeh-powernv.c 			pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4;
PCI_EXP_FLAGS_TYPE  271 arch/powerpc/platforms/pseries/eeh_pseries.c 			pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4;
PCI_EXP_FLAGS_TYPE  319 arch/sh/drivers/pci/pcie-sh7786.c 	data &= ~(PCI_EXP_FLAGS_TYPE << 16);
PCI_EXP_FLAGS_TYPE  600 drivers/pci/controller/pcie-rcar.c 		PCI_EXP_FLAGS_TYPE, PCI_EXP_TYPE_ROOT_PORT << 4);
PCI_EXP_FLAGS_TYPE 1454 drivers/pci/probe.c 			pdev->pcie_flags_reg &= ~PCI_EXP_FLAGS_TYPE;
PCI_EXP_FLAGS_TYPE 1465 drivers/pci/probe.c 			pdev->pcie_flags_reg &= ~PCI_EXP_FLAGS_TYPE;
PCI_EXP_FLAGS_TYPE 2140 include/linux/pci.h 	return (pcie_caps_reg(dev) & PCI_EXP_FLAGS_TYPE) >> 4;