Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/dwc/
H A Dpcie-fu740.c197 orig = tmp & PCI_EXP_LNKCAP_SLS; in fu740_pcie_start_link()
198 tmp &= ~PCI_EXP_LNKCAP_SLS; in fu740_pcie_start_link()
212 if ((tmp & PCI_EXP_LNKCAP_SLS) != orig) { in fu740_pcie_start_link()
215 tmp &= ~PCI_EXP_LNKCAP_SLS; in fu740_pcie_start_link()
H A Dpcie-designware-ep.c1134 PCI_EXP_LNKCAP_SLS, func0_lnkcap); in dw_pcie_ep_init_non_sticky_registers()
1141 FIELD_MODIFY(PCI_EXP_LNKCAP_MLW | PCI_EXP_LNKCAP_SLS, in dw_pcie_ep_init_non_sticky_registers()
/linux/drivers/infiniband/hw/hfi1/
H A Dpcie.c256 if ((linkcap & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_8_0GB) { in pcie_speeds()
259 linkcap & PCI_EXP_LNKCAP_SLS); in pcie_speeds()
/linux/include/uapi/linux/
H A Dpci_regs.h546 #define PCI_EXP_LNKCAP_SLS 0x0000000f /* Max Link Speed (prior to PCIe r3.0: Supported Link Speeds… macro
/linux/drivers/pci/controller/
H A Dpcie-altera.c770 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
/linux/drivers/pci/
H A Dpci.c6003 speeds &= GENMASK(lnkcap & PCI_EXP_LNKCAP_SLS, 0); in pcie_get_supported_speeds()
6010 if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_5_0GB) in pcie_get_supported_speeds()
6012 else if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_2_5GB) in pcie_get_supported_speeds()
/linux/drivers/scsi/esas2r/
H A Desas2r_ioctl.c798 gai->pci.link_speed_max = FIELD_GET(PCI_EXP_LNKCAP_SLS, caps); in hba_ioctl_callback()
/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c624 lspeed = FIELD_GET(PCI_EXP_LNKCAP_SLS, lstat); in qla24xx_pci_info_str()