Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h677 #define PCI_EXP_LNKCAP2_SLS_2_5GB 0x00000002 /* Supported Speed 2.5GT/s */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h679 #define PCI_EXP_LNKCAP2_SLS_2_5GB 0x00000002 /* Supported Speed 2.5GT/s */ macro
/openbmc/linux/drivers/pci/
H A Dpci.h267 (lnkcap2) & PCI_EXP_LNKCAP2_SLS_2_5GB ? PCIE_SPEED_2_5GT : \
/openbmc/qemu/hw/pci/
H A Dpcie.c167 PCI_EXP_LNKCAP2_SLS_2_5GB | in pcie_cap_fill_slot_lnk()