Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-fu740.c199 tmp |= PCI_EXP_LNKCAP_SLS_2_5GB; in fu740_pcie_start_link()
H A Dpci-imx6.c887 tmp |= PCI_EXP_LNKCAP_SLS_2_5GB; in imx6_pcie_start_link()
/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c133 if ((lnk_cap_sls & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in cdns_pcie_retrain()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h535 #define PCI_EXP_LNKCAP_SLS_2_5GB 0x00000001 /* LNKCAP2 SLS Vector bit 0 */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h536 #define PCI_EXP_LNKCAP_SLS_2_5GB 0x00000001 /* LNKCAP2 SLS Vector bit 0 */ macro
/openbmc/linux/drivers/pci/controller/
H A Dpcie-altera.c610 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB) in altera_pcie_retrain()
/openbmc/linux/drivers/pci/
H A Dpci.c6390 else if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_2_5GB) in pcie_get_speed_cap()