Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dpcie.c1209 if ((lnkctl2 & PCI_EXP_LNKCTL2_TLS) < target_vector) { in do_pcie_gen3_transition()
1211 PCI_EXP_LNKCTL2_TLS, in do_pcie_gen3_transition()
1224 PCI_EXP_LNKCTL2_TLS, in do_pcie_gen3_transition()
/linux/drivers/pci/pcie/
H A Dbwctrl.c116 PCI_EXP_LNKCTL2_TLS, target_speed); in pcie_bwctrl_change_speed()
/linux/include/uapi/linux/
H A Dpci_regs.h698 #define PCI_EXP_LNKCTL2_TLS 0x000f macro
/linux/drivers/pci/controller/
H A Dpcie-rzg3s-host.c1014 PCI_EXP_LNKCTL2_TLS, in rzg3s_pcie_set_max_link_speed()
1015 FIELD_PREP(PCI_EXP_LNKCTL2_TLS, link_speed)); in rzg3s_pcie_set_max_link_speed()
H A Dpcie-rockchip-host.c337 status &= ~PCI_EXP_LNKCTL2_TLS; in rockchip_pcie_host_init_port()
H A Dpci-aardvark.c411 reg &= ~PCI_EXP_LNKCTL2_TLS; in advk_pcie_train_link()
/linux/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c1408 PCI_EXP_LNKCTL2_TLS, PCI_EXP_LNKCTL2_TLS_2_5GT); in sdmmc_init_sd_express()
1411 PCI_EXP_LNKCTL2_TLS, PCI_EXP_LNKCTL2_TLS_5_0GT); in sdmmc_init_sd_express()
/linux/drivers/pci/
H A Dpci.h510 u16 lnkctl2_tls = (lnkctl2) & PCI_EXP_LNKCTL2_TLS; \
H A Dquirks.c129 (lnkctl2 & PCI_EXP_LNKCTL2_TLS) == PCI_EXP_LNKCTL2_TLS_2_5GT && in pcie_failed_link_retrain()