Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-spear13xx.c106 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()
Dpci-dra7xx.c155 if ((reg & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in dra7xx_pcie_establish_link()
156 reg &= ~((u32)PCI_EXP_LNKCAP_SLS); in dra7xx_pcie_establish_link()
164 if ((reg & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in dra7xx_pcie_establish_link()
165 reg &= ~((u32)PCI_EXP_LNKCAP_SLS); in dra7xx_pcie_establish_link()
Dpci-keystone.c1132 if ((val & PCI_EXP_LNKCAP_SLS) != link_speed) { in ks_pcie_set_link_speed()
1133 val &= ~((u32)PCI_EXP_LNKCAP_SLS); in ks_pcie_set_link_speed()
1140 if ((val & PCI_EXP_LNKCAP_SLS) != link_speed) { in ks_pcie_set_link_speed()
1141 val &= ~((u32)PCI_EXP_LNKCAP_SLS); in ks_pcie_set_link_speed()
Dpcie-tegra194.c769 val &= ~PCI_EXP_LNKCAP_SLS; in tegra_pcie_prepare_host()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dpcie.c312 if ((linkcap & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_8_0GB) { in pcie_speeds()
315 linkcap & PCI_EXP_LNKCAP_SLS); in pcie_speeds()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h526 #define PCI_EXP_LNKCAP_SLS 0x0000000f /* Supported Link Speeds */ macro
/Linux-v5.4/drivers/pci/controller/
Dpcie-altera.c614 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
/Linux-v5.4/drivers/pci/
Dpci.c5675 if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_5_0GB) in pcie_get_speed_cap()
5677 else if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_2_5GB) in pcie_get_speed_cap()
Dprobe.c767 bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS]; in pci_set_bus_speed()
/Linux-v5.4/drivers/scsi/esas2r/
Desas2r_ioctl.c798 (u8)(caps & PCI_EXP_LNKCAP_SLS); in hba_ioctl_callback()
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_os.c573 lspeed = lstat & PCI_EXP_LNKCAP_SLS; in qla24xx_pci_info_str()