Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKCAP_SLS_5_0GB (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dpci_regs.h539 #define PCI_EXP_LNKCAP_SLS_5_0GB 0x00000002 /* LNKCAP2 SLS Vector bit 1 */ macro
/linux/drivers/pci/
H A Dpci.h397 lnkcap_sls == PCI_EXP_LNKCAP_SLS_5_0GB ? PCIE_SPEED_5_0GT : \
H A Dpci.c6131 if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_5_0GB) in pcie_get_supported_speeds()