Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h681 #define PCI_EXP_LNKCAP2_SLS_32_0GB 0x00000020 /* Supported Speed 32GT/s */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h683 #define PCI_EXP_LNKCAP2_SLS_32_0GB 0x00000020 /* Supported Speed 32GT/s */ macro
/openbmc/linux/drivers/pci/
H A Dpci.h263 (lnkcap2) & PCI_EXP_LNKCAP2_SLS_32_0GB ? PCIE_SPEED_32_0GT : \
/openbmc/qemu/hw/pci/
H A Dpcie.c176 PCI_EXP_LNKCAP2_SLS_32_0GB); in pcie_cap_fill_slot_lnk()