Home
last modified time | relevance | path

Searched refs:pcie_type (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pci/
A Dpci-acpi.c442 u16 pcie_type = pci_pcie_type(dev); in hpx3_device_type() local
455 if (pcie_type >= ARRAY_SIZE(pcie_to_hpx3_type)) in hpx3_device_type()
458 return pcie_to_hpx3_type[pcie_type]; in hpx3_device_type()
A Dprobe.c2220 int pcie_type; in pci_configure_eetlp_prefix() local
2230 pcie_type = pci_pcie_type(dev); in pci_configure_eetlp_prefix()
2231 if (pcie_type == PCI_EXP_TYPE_ROOT_PORT || in pci_configure_eetlp_prefix()
2232 pcie_type == PCI_EXP_TYPE_RC_END) in pci_configure_eetlp_prefix()
/linux/drivers/pci/controller/
A Dpcie-brcmstb.c206 enum pcie_type { enum
215 const enum pcie_type type;
290 enum pcie_type type;

Completed in 16 milliseconds