Searched refs:PCI_EXP_LNKCAP_SLS (Results 1 – 11 of 11) sorted by relevance
106 if ((val & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in spear13xx_pcie_establish_link()107 val &= ~((u32)PCI_EXP_LNKCAP_SLS); in spear13xx_pcie_establish_link()115 if ((val & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in spear13xx_pcie_establish_link()116 val &= ~((u32)PCI_EXP_LNKCAP_SLS); in spear13xx_pcie_establish_link()
155 if ((reg & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in dra7xx_pcie_establish_link()156 reg &= ~((u32)PCI_EXP_LNKCAP_SLS); in dra7xx_pcie_establish_link()164 if ((reg & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in dra7xx_pcie_establish_link()165 reg &= ~((u32)PCI_EXP_LNKCAP_SLS); in dra7xx_pcie_establish_link()
1132 if ((val & PCI_EXP_LNKCAP_SLS) != link_speed) { in ks_pcie_set_link_speed()1133 val &= ~((u32)PCI_EXP_LNKCAP_SLS); in ks_pcie_set_link_speed()1140 if ((val & PCI_EXP_LNKCAP_SLS) != link_speed) { in ks_pcie_set_link_speed()1141 val &= ~((u32)PCI_EXP_LNKCAP_SLS); in ks_pcie_set_link_speed()
769 val &= ~PCI_EXP_LNKCAP_SLS; in tegra_pcie_prepare_host()
312 if ((linkcap & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_8_0GB) { in pcie_speeds()315 linkcap & PCI_EXP_LNKCAP_SLS); in pcie_speeds()
526 #define PCI_EXP_LNKCAP_SLS 0x0000000f /* Supported Link Speeds */ macro
614 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
5675 if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_5_0GB) in pcie_get_speed_cap()5677 else if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_2_5GB) in pcie_get_speed_cap()
767 bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS]; in pci_set_bus_speed()
798 (u8)(caps & PCI_EXP_LNKCAP_SLS); in hba_ioctl_callback()
573 lspeed = lstat & PCI_EXP_LNKCAP_SLS; in qla24xx_pci_info_str()