Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h536 #define PCI_EXP_LNKCAP_SLS_5_0GB 0x00000002 /* LNKCAP2 SLS Vector bit 1 */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h537 #define PCI_EXP_LNKCAP_SLS_5_0GB 0x00000002 /* LNKCAP2 SLS Vector bit 1 */ macro
/openbmc/linux/drivers/pci/
H A Dpci.c6388 if ((lnkcap & PCI_EXP_LNKCAP_SLS) == PCI_EXP_LNKCAP_SLS_5_0GB) in pcie_get_speed_cap()