Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/pcie/
H A Dbwctrl.c74 [PCIE_SPEED_64_0GT] = PCI_EXP_LNKCTL2_TLS_64_0GT, in pci_bus_speed2lnkctl2()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h700 #define PCI_EXP_LNKCTL2_TLS_64_0GT 0x0006 /* Supported Speed 64GT/s */ macro
/linux-6.15/drivers/pci/
H A Dpci.h410 ((lnkctl2) == PCI_EXP_LNKCTL2_TLS_64_0GT ? PCIE_SPEED_64_0GT : \