Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKCAP_SLS (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/pci/host/
Dpcie-spear13xx.c180 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()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h468 #define PCI_EXP_LNKCAP_SLS 0x0000000f /* Supported Link Speeds */ macro
/linux-4.1.27/drivers/scsi/esas2r/
Desas2r_ioctl.c802 (u8)(caps & PCI_EXP_LNKCAP_SLS); in hba_ioctl_callback()
/linux-4.1.27/drivers/pci/
Dprobe.c660 bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS]; in pci_set_bus_speed()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_os.c513 lspeed = lstat & PCI_EXP_LNKCAP_SLS; in qla24xx_pci_info_str()