Searched refs:PCI_EXP_LNKCAP_SLS (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-fu740.c197 orig = tmp & PCI_EXP_LNKCAP_SLS;
198 tmp &= ~PCI_EXP_LNKCAP_SLS;
212 if ((tmp & PCI_EXP_LNKCAP_SLS) != orig) {
215 tmp &= ~PCI_EXP_LNKCAP_SLS;
H A Dpcie-designware.c724 link_speed = FIELD_GET(PCI_EXP_LNKCAP_SLS, cap);
731 cap &= ~((u32)PCI_EXP_LNKCAP_SLS);
H A Dpci-imx6.c843 tmp &= ~PCI_EXP_LNKCAP_SLS;
859 tmp &= ~PCI_EXP_LNKCAP_SLS;
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c133 if ((lnk_cap_sls & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB)
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpcie.c256 if ((linkcap & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_8_0GB) {
259 linkcap & PCI_EXP_LNKCAP_SLS);
/linux-master/drivers/pci/controller/
H A Dpcie-altera.c610 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB)
H A Dpcie-brcmstb.c389 lnkcap = (lnkcap & ~PCI_EXP_LNKCAP_SLS) | gen;
/linux-master/include/uapi/linux/
H A Dpci_regs.h535 #define PCI_EXP_LNKCAP_SLS 0x0000000f /* Supported Link Speeds */ macro
/linux-master/drivers/scsi/esas2r/
H A Desas2r_ioctl.c798 gai->pci.link_speed_max = FIELD_GET(PCI_EXP_LNKCAP_SLS, caps);
/linux-master/drivers/pci/
H A Dpci.c6030 if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_5_0GB)
6032 else if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_2_5GB)
H A Dprobe.c686 /* Indexed by PCI_EXP_LNKCAP_SLS, PCI_EXP_LNKSTA_CLS */
833 bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS];
H A Dquirks.c117 lnkctl2 |= lnkcap & PCI_EXP_LNKCAP_SLS;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c637 lspeed = FIELD_GET(PCI_EXP_LNKCAP_SLS, lstat);

Completed in 286 milliseconds