Home
last modified time | relevance | path

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

/linux-6.15/drivers/thermal/
H A Dpcie_cooling.c76 static_assert(PCIE_SPEED_16_0GT + 1 == PCIE_SPEED_32_0GT);
77 static_assert(PCIE_SPEED_32_0GT + 1 == PCIE_SPEED_64_0GT);
/linux-6.15/drivers/pci/
H A Dpci.h391 (lnkcap) == PCI_EXP_LNKCAP_SLS_32_0GB ? PCIE_SPEED_32_0GT : \
402 (lnkcap2) & PCI_EXP_LNKCAP2_SLS_32_0GB ? PCIE_SPEED_32_0GT : \
411 (lnkctl2) == PCI_EXP_LNKCTL2_TLS_32_0GT ? PCIE_SPEED_32_0GT : \
421 (speed) == PCIE_SPEED_32_0GT ? 32000*128/130 : \
439 case PCIE_SPEED_32_0GT: in pcie_dev_speed_mbps()
H A Dprobe.c739 PCIE_SPEED_32_0GT, /* 5 */
/linux-6.15/drivers/pci/pcie/
H A Dbwctrl.c73 [PCIE_SPEED_32_0GT] = PCI_EXP_LNKCTL2_TLS_32_0GT, in pci_bus_speed2lnkctl2()
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dpci.c253 return PCIE_SPEED_32_0GT; in prop_to_pci_speed()
/linux-6.15/include/linux/
H A Dpci.h303 PCIE_SPEED_32_0GT = 0x18, enumerator
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c6328 if (speed_cap == PCIE_SPEED_32_0GT) in amdgpu_device_get_pcie_info()
6354 if (platform_speed_cap == PCIE_SPEED_32_0GT) in amdgpu_device_get_pcie_info()