Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_pci.c395 if (lnkcap & PCI_EXP_LNKCAP_SLS_2_5GB) in drm_pcie_get_speed_cap_mask()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h469 #define PCI_EXP_LNKCAP_SLS_2_5GB 0x00000001 /* LNKCAP2 SLS Vector bit 0 */ macro
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dmain.c596 else if (lnkcap1 & PCI_EXP_LNKCAP_SLS_2_5GB) in mlx4_get_pcie_dev_link_caps()