Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKCAP2_SLS_16_0GB (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h680 #define PCI_EXP_LNKCAP2_SLS_16_0GB 0x00000010 /* Supported Speed 16GT/s */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h682 #define PCI_EXP_LNKCAP2_SLS_16_0GB 0x00000010 /* Supported Speed 16GT/s */ macro
/openbmc/linux/drivers/pci/
H A Dpci.h264 (lnkcap2) & PCI_EXP_LNKCAP2_SLS_16_0GB ? PCIE_SPEED_16_0GT : \
/openbmc/qemu/hw/pci/
H A Dpcie.c172 PCI_EXP_LNKCAP2_SLS_16_0GB); in pcie_cap_fill_slot_lnk()