pcie_flags_reg   1432 drivers/pci/probe.c 	pdev->pcie_flags_reg = reg16;
pcie_flags_reg   1454 drivers/pci/probe.c 			pdev->pcie_flags_reg &= ~PCI_EXP_FLAGS_TYPE;
pcie_flags_reg   1455 drivers/pci/probe.c 			pdev->pcie_flags_reg |= PCI_EXP_TYPE_UPSTREAM;
pcie_flags_reg   1465 drivers/pci/probe.c 			pdev->pcie_flags_reg &= ~PCI_EXP_FLAGS_TYPE;
pcie_flags_reg   1466 drivers/pci/probe.c 			pdev->pcie_flags_reg |= PCI_EXP_TYPE_DOWNSTREAM;
pcie_flags_reg   5100 drivers/pci/quirks.c 		pdev->pcie_flags_reg = reg16;
pcie_flags_reg    318 include/linux/pci.h 	u16		pcie_flags_reg;	/* Cached PCIe Capabilities Register */
pcie_flags_reg   2131 include/linux/pci.h 	return dev->pcie_flags_reg;