Searched refs:PCI_EXP_LNKCAP_SLS (Results 1 – 8 of 8) 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()
149 if ((reg & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in dra7xx_pcie_establish_link()150 reg &= ~((u32)PCI_EXP_LNKCAP_SLS); in dra7xx_pcie_establish_link()158 if ((reg & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in dra7xx_pcie_establish_link()159 reg &= ~((u32)PCI_EXP_LNKCAP_SLS); in dra7xx_pcie_establish_link()
324 if ((linkcap & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_8_0GB) { in pcie_speeds()327 linkcap & PCI_EXP_LNKCAP_SLS); in pcie_speeds()
521 #define PCI_EXP_LNKCAP_SLS 0x0000000f /* Supported Link Speeds */ macro
430 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
802 (u8)(caps & PCI_EXP_LNKCAP_SLS); in hba_ioctl_callback()
715 bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS]; in pci_set_bus_speed()
594 lspeed = lstat & PCI_EXP_LNKCAP_SLS; in qla24xx_pci_info_str()