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
83
if ((lnk_cap_sls & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB)
drivers/pci/controller/dwc/pci-imx6.c
1015
tmp &= ~PCI_EXP_LNKCAP_SLS;
drivers/pci/controller/dwc/pci-imx6.c
1031
tmp &= ~PCI_EXP_LNKCAP_SLS;
drivers/pci/controller/dwc/pci-imx6.c
973
phy_set_speed(imx_pcie->phy, FIELD_GET(PCI_EXP_LNKCAP_SLS, tmp));
drivers/pci/controller/dwc/pcie-designware-ep.c
1252
PCI_EXP_LNKCAP_SLS, func0_lnkcap);
drivers/pci/controller/dwc/pcie-designware-ep.c
1259
FIELD_MODIFY(PCI_EXP_LNKCAP_MLW | PCI_EXP_LNKCAP_SLS,
drivers/pci/controller/dwc/pcie-designware.c
856
pci->max_link_speed = FIELD_GET(PCI_EXP_LNKCAP_SLS, cap);
drivers/pci/controller/dwc/pcie-designware.c
878
link_speed = FIELD_GET(PCI_EXP_LNKCAP_SLS, cap);
drivers/pci/controller/dwc/pcie-designware.c
885
cap &= ~((u32)PCI_EXP_LNKCAP_SLS);
drivers/pci/controller/dwc/pcie-fu740.c
196
orig = tmp & PCI_EXP_LNKCAP_SLS;
drivers/pci/controller/dwc/pcie-fu740.c
197
tmp &= ~PCI_EXP_LNKCAP_SLS;
drivers/pci/controller/dwc/pcie-fu740.c
211
if ((tmp & PCI_EXP_LNKCAP_SLS) != orig) {
drivers/pci/controller/dwc/pcie-fu740.c
214
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/controller/pcie-rzg3s-host.c
1045
hw_max_speed = FIELD_GET(PCI_EXP_LNKCAP_SLS, lnkcap);
drivers/pci/pci.c
6034
speeds &= GENMASK(lnkcap & PCI_EXP_LNKCAP_SLS, 0);
drivers/pci/pci.c
6041
if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_5_0GB)
drivers/pci/pci.c
6043
else if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_2_5GB)
drivers/pci/pci.h
558
u32 lnkcap_sls = (lnkcap) & PCI_EXP_LNKCAP_SLS; \
drivers/pci/probe.c
924
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);