Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pci/controller/dwc/
Dpcie-fu740.c199 tmp |= PCI_EXP_LNKCAP_SLS_2_5GB; in fu740_pcie_start_link()
Dpci-imx6.c846 tmp |= PCI_EXP_LNKCAP_SLS_2_5GB; in imx6_pcie_start_link()
/linux-6.1.9/drivers/pci/controller/cadence/
Dpcie-cadence-host.c110 if ((lnk_cap_sls & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in cdns_pcie_retrain()
/linux-6.1.9/include/uapi/linux/
Dpci_regs.h535 #define PCI_EXP_LNKCAP_SLS_2_5GB 0x00000001 /* LNKCAP2 SLS Vector bit 0 */ macro
/linux-6.1.9/drivers/pci/controller/
Dpcie-altera.c611 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
/linux-6.1.9/drivers/pci/
Dpci.c6192 else if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_2_5GB) in pcie_get_speed_cap()