Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h682 #define PCI_EXP_LNKCAP2_SLS_64_0GB 0x00000040 /* Supported Speed 64GT/s */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h684 #define PCI_EXP_LNKCAP2_SLS_64_0GB 0x00000040 /* Supported Speed 64GT/s */ macro
/openbmc/linux/drivers/pci/
H A Dpci.h262 ((lnkcap2) & PCI_EXP_LNKCAP2_SLS_64_0GB ? PCIE_SPEED_64_0GT : \
/openbmc/qemu/hw/pci/
H A Dpcie.c180 PCI_EXP_LNKCAP2_SLS_64_0GB); in pcie_cap_fill_slot_lnk()