Home
last modified time | relevance | path

Searched refs:pcie_type (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/
H A Dpci-acpi.c441 u16 pcie_type = pci_pcie_type(dev); in hpx3_device_type() local
454 if (pcie_type >= ARRAY_SIZE(pcie_to_hpx3_type)) in hpx3_device_type()
457 return pcie_to_hpx3_type[pcie_type]; in hpx3_device_type()
H A Dprobe.c2170 int pcie_type; in pci_configure_eetlp_prefix() local
2180 pcie_type = pci_pcie_type(dev); in pci_configure_eetlp_prefix()
2181 if (pcie_type == PCI_EXP_TYPE_ROOT_PORT || in pci_configure_eetlp_prefix()
2182 pcie_type == PCI_EXP_TYPE_RC_END) in pci_configure_eetlp_prefix()
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-brcmstb.c207 enum pcie_type { enum
215 const enum pcie_type type;
283 enum pcie_type type;
/kernel/linux/linux-6.6/drivers/pci/
H A Dpci-acpi.c443 u16 pcie_type = pci_pcie_type(dev); in hpx3_device_type() local
456 if (pcie_type >= ARRAY_SIZE(pcie_to_hpx3_type)) in hpx3_device_type()
459 return pcie_to_hpx3_type[pcie_type]; in hpx3_device_type()
H A Dprobe.c2227 int pcie_type; in pci_configure_eetlp_prefix() local
2237 pcie_type = pci_pcie_type(dev); in pci_configure_eetlp_prefix()
2238 if (pcie_type == PCI_EXP_TYPE_ROOT_PORT || in pci_configure_eetlp_prefix()
2239 pcie_type == PCI_EXP_TYPE_RC_END) in pci_configure_eetlp_prefix()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-brcmstb.c209 enum pcie_type { enum
220 const enum pcie_type type;
259 enum pcie_type type;

Completed in 16 milliseconds