Symbol: PCI_EXP_LNKCAP_SLS
drivers/infiniband/hw/hfi1/pcie.c
256
if ((linkcap & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_8_0GB) {
drivers/infiniband/hw/hfi1/pcie.c
259
linkcap & PCI_EXP_LNKCAP_SLS);
drivers/pci/controller/cadence/pcie-cadence-host-common.c
82
if ((lnk_cap_sls & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB)
drivers/pci/controller/dwc/pci-imx6.c
1012
tmp &= ~PCI_EXP_LNKCAP_SLS;
drivers/pci/controller/dwc/pci-imx6.c
954
phy_set_speed(imx_pcie->phy, FIELD_GET(PCI_EXP_LNKCAP_SLS, tmp));
drivers/pci/controller/dwc/pci-imx6.c
996
tmp &= ~PCI_EXP_LNKCAP_SLS;
drivers/pci/controller/dwc/pcie-designware.c
857
pci->max_link_speed = FIELD_GET(PCI_EXP_LNKCAP_SLS, cap);
drivers/pci/controller/dwc/pcie-designware.c
879
link_speed = FIELD_GET(PCI_EXP_LNKCAP_SLS, cap);
drivers/pci/controller/dwc/pcie-designware.c
886
cap &= ~((u32)PCI_EXP_LNKCAP_SLS);
drivers/pci/controller/dwc/pcie-fu740.c
197
orig = tmp & PCI_EXP_LNKCAP_SLS;
drivers/pci/controller/dwc/pcie-fu740.c
198
tmp &= ~PCI_EXP_LNKCAP_SLS;
drivers/pci/controller/dwc/pcie-fu740.c
212
if ((tmp & PCI_EXP_LNKCAP_SLS) != orig) {
drivers/pci/controller/dwc/pcie-fu740.c
215
tmp &= ~PCI_EXP_LNKCAP_SLS;
drivers/pci/controller/pcie-altera.c
770
if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB)
drivers/pci/controller/pcie-brcmstb.c
480
u32p_replace_bits(&lnkcap, gen, PCI_EXP_LNKCAP_SLS);
drivers/pci/pci.c
5999
speeds &= GENMASK(lnkcap & PCI_EXP_LNKCAP_SLS, 0);
drivers/pci/pci.c
6006
if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_5_0GB)
drivers/pci/pci.c
6008
else if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_2_5GB)
drivers/pci/pci.h
563
u32 lnkcap_sls = (lnkcap) & PCI_EXP_LNKCAP_SLS; \
drivers/pci/probe.c
918
bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS];
drivers/scsi/esas2r/esas2r_ioctl.c
798
gai->pci.link_speed_max = FIELD_GET(PCI_EXP_LNKCAP_SLS, caps);
drivers/scsi/qla2xxx/qla_os.c
624
lspeed = FIELD_GET(PCI_EXP_LNKCAP_SLS, lstat);