PCI_EXP_LNKCAP_SLS  312 drivers/infiniband/hw/hfi1/pcie.c 	if ((linkcap & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_8_0GB) {
PCI_EXP_LNKCAP_SLS  315 drivers/infiniband/hw/hfi1/pcie.c 			    linkcap & PCI_EXP_LNKCAP_SLS);
PCI_EXP_LNKCAP_SLS  155 drivers/pci/controller/dwc/pci-dra7xx.c 		if ((reg & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) {
PCI_EXP_LNKCAP_SLS  156 drivers/pci/controller/dwc/pci-dra7xx.c 			reg &= ~((u32)PCI_EXP_LNKCAP_SLS);
PCI_EXP_LNKCAP_SLS  164 drivers/pci/controller/dwc/pci-dra7xx.c 		if ((reg & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) {
PCI_EXP_LNKCAP_SLS  165 drivers/pci/controller/dwc/pci-dra7xx.c 			reg &= ~((u32)PCI_EXP_LNKCAP_SLS);
PCI_EXP_LNKCAP_SLS 1132 drivers/pci/controller/dwc/pci-keystone.c 	if ((val & PCI_EXP_LNKCAP_SLS) != link_speed) {
PCI_EXP_LNKCAP_SLS 1133 drivers/pci/controller/dwc/pci-keystone.c 		val &= ~((u32)PCI_EXP_LNKCAP_SLS);
PCI_EXP_LNKCAP_SLS 1140 drivers/pci/controller/dwc/pci-keystone.c 	if ((val & PCI_EXP_LNKCAP_SLS) != link_speed) {
PCI_EXP_LNKCAP_SLS 1141 drivers/pci/controller/dwc/pci-keystone.c 		val &= ~((u32)PCI_EXP_LNKCAP_SLS);
PCI_EXP_LNKCAP_SLS  106 drivers/pci/controller/dwc/pcie-spear13xx.c 		if ((val & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) {
PCI_EXP_LNKCAP_SLS  107 drivers/pci/controller/dwc/pcie-spear13xx.c 			val &= ~((u32)PCI_EXP_LNKCAP_SLS);
PCI_EXP_LNKCAP_SLS  115 drivers/pci/controller/dwc/pcie-spear13xx.c 		if ((val & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) {
PCI_EXP_LNKCAP_SLS  116 drivers/pci/controller/dwc/pcie-spear13xx.c 			val &= ~((u32)PCI_EXP_LNKCAP_SLS);
PCI_EXP_LNKCAP_SLS  769 drivers/pci/controller/dwc/pcie-tegra194.c 		val &= ~PCI_EXP_LNKCAP_SLS;
PCI_EXP_LNKCAP_SLS  614 drivers/pci/controller/pcie-altera.c 	if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB)
PCI_EXP_LNKCAP_SLS 5807 drivers/pci/pci.c 	if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_5_0GB)
PCI_EXP_LNKCAP_SLS 5809 drivers/pci/pci.c 	else if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_2_5GB)
PCI_EXP_LNKCAP_SLS  768 drivers/pci/probe.c 		bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS];
PCI_EXP_LNKCAP_SLS  798 drivers/scsi/esas2r/esas2r_ioctl.c 				(u8)(caps & PCI_EXP_LNKCAP_SLS);
PCI_EXP_LNKCAP_SLS  573 drivers/scsi/qla2xxx/qla_os.c 		lspeed = lstat & PCI_EXP_LNKCAP_SLS;