Searched refs:PCI_EXP_LNKCAP_SLS (Results 1 – 7 of 7) sorted by relevance
180 if ((val & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in spear13xx_pcie_establish_link()181 val &= ~((u32)PCI_EXP_LNKCAP_SLS); in spear13xx_pcie_establish_link()189 if ((val & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in spear13xx_pcie_establish_link()190 val &= ~((u32)PCI_EXP_LNKCAP_SLS); in spear13xx_pcie_establish_link()
93 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
382 if ((linkcap & PCI_EXP_LNKCAP_SLS) != GEN3_SPEED_VECTOR) { in pcie_speeds()385 linkcap & PCI_EXP_LNKCAP_SLS); in pcie_speeds()
509 #define PCI_EXP_LNKCAP_SLS 0x0000000f /* Supported Link Speeds */ macro
802 (u8)(caps & PCI_EXP_LNKCAP_SLS); in hba_ioctl_callback()
662 bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS]; in pci_set_bus_speed()
512 lspeed = lstat & PCI_EXP_LNKCAP_SLS; in qla24xx_pci_info_str()