Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h679 #define PCI_EXP_LNKCAP2_SLS_8_0GB 0x00000008 /* Supported Speed 8GT/s */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h681 #define PCI_EXP_LNKCAP2_SLS_8_0GB 0x00000008 /* Supported Speed 8GT/s */ macro
/openbmc/linux/drivers/pci/
H A Dpci.h265 (lnkcap2) & PCI_EXP_LNKCAP2_SLS_8_0GB ? PCIE_SPEED_8_0GT : \
/openbmc/qemu/hw/pci/
H A Dpcie.c169 PCI_EXP_LNKCAP2_SLS_8_0GB); in pcie_cap_fill_slot_lnk()