Searched refs:PCI_EXP_LNKCAP_SLS_2_5GB (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-fu740.c199 tmp |= PCI_EXP_LNKCAP_SLS_2_5GB;
H A Dpci-imx6.c844 tmp |= PCI_EXP_LNKCAP_SLS_2_5GB;
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c133 if ((lnk_cap_sls & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB)
/linux-master/drivers/pci/controller/
H A Dpcie-altera.c610 if ((linkcap & PCI_EXP_LNKCAP_SLS) <= PCI_EXP_LNKCAP_SLS_2_5GB)
/linux-master/include/uapi/linux/
H A Dpci_regs.h536 #define PCI_EXP_LNKCAP_SLS_2_5GB 0x00000001 /* LNKCAP2 SLS Vector bit 0 */ macro
/linux-master/drivers/pci/
H A Dpci.c6032 else if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_2_5GB)

Completed in 163 milliseconds