Searched refs:PCI_EXP_LNKCAP_SLS (Results 1 – 5 of 5) 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()
468 #define PCI_EXP_LNKCAP_SLS 0x0000000f /* Supported Link Speeds */ macro
802 (u8)(caps & PCI_EXP_LNKCAP_SLS); in hba_ioctl_callback()
660 bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS]; in pci_set_bus_speed()
513 lspeed = lstat & PCI_EXP_LNKCAP_SLS; in qla24xx_pci_info_str()