Home
last modified time | relevance | path

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

/linux-4.4.14/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()
Dpcie-altera.c93 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpcie.c382 if ((linkcap & PCI_EXP_LNKCAP_SLS) != GEN3_SPEED_VECTOR) { in pcie_speeds()
385 linkcap & PCI_EXP_LNKCAP_SLS); in pcie_speeds()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h509 #define PCI_EXP_LNKCAP_SLS 0x0000000f /* Supported Link Speeds */ macro
/linux-4.4.14/drivers/scsi/esas2r/
Desas2r_ioctl.c802 (u8)(caps & PCI_EXP_LNKCAP_SLS); in hba_ioctl_callback()
/linux-4.4.14/drivers/pci/
Dprobe.c662 bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS]; in pci_set_bus_speed()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_os.c512 lspeed = lstat & PCI_EXP_LNKCAP_SLS; in qla24xx_pci_info_str()