Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dpci-acpi.c444 static const int pcie_to_hpx3_type[] = { 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()