Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-spear13xx.c106 if ((val & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in spear13xx_pcie_establish_link()
108 val |= PCI_EXP_LNKCAP_SLS_2_5GB; in spear13xx_pcie_establish_link()
115 if ((val & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in spear13xx_pcie_establish_link()
117 val |= PCI_EXP_LNKCAP_SLS_2_5GB; in spear13xx_pcie_establish_link()
Dpci-dra7xx.c155 if ((reg & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in dra7xx_pcie_establish_link()
157 reg |= PCI_EXP_LNKCAP_SLS_2_5GB; in dra7xx_pcie_establish_link()
164 if ((reg & PCI_EXP_LNKCAP_SLS) != PCI_EXP_LNKCAP_SLS_2_5GB) { in dra7xx_pcie_establish_link()
166 reg |= PCI_EXP_LNKCAP_SLS_2_5GB; in dra7xx_pcie_establish_link()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h527 #define PCI_EXP_LNKCAP_SLS_2_5GB 0x00000001 /* LNKCAP2 SLS Vector bit 0 */ macro
/Linux-v5.4/drivers/pci/controller/
Dpcie-altera.c614 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
/Linux-v5.4/drivers/pci/
Dpci.c5677 else if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_2_5GB) in pcie_get_speed_cap()