Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-spear13xx.c106 if ((val & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in spear13xx_pcie_establish_link()
108 val |= PCI_EXP_LNKCAP_SLS_2_5GB; in spear13xx_pcie_establish_link()
115 if ((val & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in spear13xx_pcie_establish_link()
117 val |= PCI_EXP_LNKCAP_SLS_2_5GB; in spear13xx_pcie_establish_link()
Dpci-dra7xx.c149 if ((reg & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in dra7xx_pcie_establish_link()
151 reg |= PCI_EXP_LNKCAP_SLS_2_5GB; in dra7xx_pcie_establish_link()
158 if ((reg & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in dra7xx_pcie_establish_link()
160 reg |= PCI_EXP_LNKCAP_SLS_2_5GB; in dra7xx_pcie_establish_link()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h522 #define PCI_EXP_LNKCAP_SLS_2_5GB 0x00000001 /* LNKCAP2 SLS Vector bit 0 */ macro
/Linux-v4.19/drivers/pci/controller/
Dpcie-altera.c430 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
/Linux-v4.19/drivers/pci/
Dpci.c5501 else if (lnkcap & PCI_EXP_LNKCAP_SLS_2_5GB) in pcie_get_speed_cap()