Searched refs:PCI_EXP_LNKCAP_SLS (Results 1 – 12 of 12) sorted by relevance
197 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()
750 pci->max_link_speed = FIELD_GET(PCI_EXP_LNKCAP_SLS, cap); in dw_pcie_link_set_max_speed()772 link_speed = FIELD_GET(PCI_EXP_LNKCAP_SLS, cap); in dw_pcie_link_set_max_speed()779 cap &= ~((u32)PCI_EXP_LNKCAP_SLS); in dw_pcie_link_set_max_speed()
834 phy_set_speed(imx_pcie->phy, FIELD_GET(PCI_EXP_LNKCAP_SLS, tmp)); in imx_pcie_ltssm_enable()870 tmp &= ~PCI_EXP_LNKCAP_SLS; in imx_pcie_start_link()886 tmp &= ~PCI_EXP_LNKCAP_SLS; in imx_pcie_start_link()
256 if ((linkcap & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_8_0GB) { in pcie_speeds()259 linkcap & PCI_EXP_LNKCAP_SLS); in pcie_speeds()
133 if ((lnk_cap_sls & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in cdns_pcie_retrain()
537 #define PCI_EXP_LNKCAP_SLS 0x0000000f /* Max Link Speed (prior to PCIe r3.0: Supported Link Speeds… macro
770 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
417 u32p_replace_bits(&lnkcap, gen, PCI_EXP_LNKCAP_SLS); in brcm_pcie_set_gen()
6130 speeds &= GENMASK(lnkcap & PCI_EXP_LNKCAP_SLS, 0); in pcie_get_supported_speeds()6137 if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_5_0GB) in pcie_get_supported_speeds()6139 else if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_2_5GB) in pcie_get_supported_speeds()
883 bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS]; in pci_set_bus_speed()
798 gai->pci.link_speed_max = FIELD_GET(PCI_EXP_LNKCAP_SLS, caps); in hba_ioctl_callback()
636 lspeed = FIELD_GET(PCI_EXP_LNKCAP_SLS, lstat); in qla24xx_pci_info_str()