Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/controller/dwc/
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()
Dpcie-designware.c513 link_speed = FIELD_GET(PCI_EXP_LNKCAP_SLS, cap); in dw_pcie_link_set_max_speed()
520 cap &= ~((u32)PCI_EXP_LNKCAP_SLS); in dw_pcie_link_set_max_speed()
Dpci-imx6.c845 tmp &= ~PCI_EXP_LNKCAP_SLS; in imx6_pcie_start_link()
861 tmp &= ~PCI_EXP_LNKCAP_SLS; in imx6_pcie_start_link()
/Linux-v6.1/drivers/infiniband/hw/hfi1/
Dpcie.c263 if ((linkcap & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_8_0GB) { in pcie_speeds()
266 linkcap & PCI_EXP_LNKCAP_SLS); in pcie_speeds()
/Linux-v6.1/drivers/pci/controller/cadence/
Dpcie-cadence-host.c110 if ((lnk_cap_sls & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in cdns_pcie_retrain()
/Linux-v6.1/include/uapi/linux/
Dpci_regs.h534 #define PCI_EXP_LNKCAP_SLS 0x0000000f /* Supported Link Speeds */ macro
/Linux-v6.1/drivers/pci/controller/
Dpcie-altera.c611 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
Dpcie-brcmstb.c388 lnkcap = (lnkcap & ~PCI_EXP_LNKCAP_SLS) | gen; in brcm_pcie_set_gen()
/Linux-v6.1/drivers/scsi/esas2r/
Desas2r_ioctl.c798 (u8)(caps & PCI_EXP_LNKCAP_SLS); in hba_ioctl_callback()
/Linux-v6.1/drivers/pci/
Dpci.c6190 if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_5_0GB) in pcie_get_speed_cap()
6192 else if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_2_5GB) in pcie_get_speed_cap()
Dprobe.c821 bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS]; in pci_set_bus_speed()
/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_os.c621 lspeed = lstat & PCI_EXP_LNKCAP_SLS; in qla24xx_pci_info_str()