Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/dwc/
A Dpcie-designware.c577 link_speed = FIELD_GET(PCI_EXP_LNKCAP_SLS, cap); in dw_pcie_link_set_max_speed()
584 cap &= ~((u32)PCI_EXP_LNKCAP_SLS); in dw_pcie_link_set_max_speed()
A Dpci-imx6.c775 tmp &= ~PCI_EXP_LNKCAP_SLS; in imx6_pcie_start_link()
789 tmp &= ~PCI_EXP_LNKCAP_SLS; in imx6_pcie_start_link()
/linux/drivers/infiniband/hw/hfi1/
A 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/drivers/pci/controller/cadence/
A Dpcie-cadence-host.c110 if ((lnk_cap_sls & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in cdns_pcie_retrain()
/linux/include/uapi/linux/
A Dpci_regs.h534 #define PCI_EXP_LNKCAP_SLS 0x0000000f /* Supported Link Speeds */ macro
/linux/drivers/pci/controller/
A Dpcie-altera.c613 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
A Dpcie-brcmstb.c415 lnkcap = (lnkcap & ~PCI_EXP_LNKCAP_SLS) | gen; in brcm_pcie_set_gen()
/linux/drivers/scsi/esas2r/
A Desas2r_ioctl.c798 (u8)(caps & PCI_EXP_LNKCAP_SLS); in hba_ioctl_callback()
/linux/drivers/pci/
A Dpci.c6155 if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_5_0GB) in pcie_get_speed_cap()
6157 else if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_2_5GB) in pcie_get_speed_cap()
A Dprobe.c821 bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS]; in pci_set_bus_speed()
/linux/drivers/scsi/qla2xxx/
A Dqla_os.c600 lspeed = lstat & PCI_EXP_LNKCAP_SLS; in qla24xx_pci_info_str()

Completed in 54 milliseconds