Searched refs:PCI_EXP_LNKCAP_SLS_2_5GB (Results 1 – 5 of 5) sorted by relevance
106 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()
149 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()
522 #define PCI_EXP_LNKCAP_SLS_2_5GB 0x00000001 /* LNKCAP2 SLS Vector bit 0 */ macro
430 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
5501 else if (lnkcap & PCI_EXP_LNKCAP_SLS_2_5GB) in pcie_get_speed_cap()