Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKCAP_SLS_2_5GB (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/pci/host/
Dpcie-spear13xx.c180 if ((val & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in spear13xx_pcie_establish_link()
182 val |= PCI_EXP_LNKCAP_SLS_2_5GB; in spear13xx_pcie_establish_link()
189 if ((val & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in spear13xx_pcie_establish_link()
191 val |= PCI_EXP_LNKCAP_SLS_2_5GB; in spear13xx_pcie_establish_link()
Dpcie-altera.c93 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_pci.c402 if (lnkcap & PCI_EXP_LNKCAP_SLS_2_5GB) in drm_pcie_get_speed_cap_mask()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h510 #define PCI_EXP_LNKCAP_SLS_2_5GB 0x00000001 /* LNKCAP2 SLS Vector bit 0 */ macro
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dmain.c619 else if (lnkcap1 & PCI_EXP_LNKCAP_SLS_2_5GB) in mlx4_get_pcie_dev_link_caps()