Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKCAP2 (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpcie.c147 pci_long_test_and_clear_mask(exp_cap + PCI_EXP_LNKCAP2, ~0U); in pcie_cap_fill_slot_lnk()
148 pci_long_test_and_set_mask(exp_cap + PCI_EXP_LNKCAP2, in pcie_cap_fill_slot_lnk()
153 pci_long_test_and_set_mask(exp_cap + PCI_EXP_LNKCAP2, in pcie_cap_fill_slot_lnk()
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c291 [PCI_EXP_LNKCAP2 / 4] = {
H A Daccess.c399 case PCI_EXP_LNKCAP2: in pcie_capability_reg_implemented()
H A Dpci.c6362 pcie_capability_read_dword(dev, PCI_EXP_LNKCAP2, &lnkcap2); in pcie_get_speed_cap()
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h676 #define PCI_EXP_LNKCAP2 0x2c /* Link Capabilities 2 */ macro
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h676 #define PCI_EXP_LNKCAP2 0x2c /* Link Capabilities 2 */ macro
/openbmc/qemu/hw/vfio/
H A Dpci.c2042 #ifndef PCI_EXP_LNKCAP2 in vfio_setup_pcie_cap()
2043 #define PCI_EXP_LNKCAP2 44 in vfio_setup_pcie_cap() macro
2049 if (size > PCI_EXP_LNKCAP2) { in vfio_setup_pcie_cap()
2050 vfio_add_emulated_long(vdev, pos + PCI_EXP_LNKCAP2, 0, ~0); in vfio_setup_pcie_cap()
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c559 port_dev->exp.exp_cap + PCI_EXP_LNKCAP2, in cmd_get_physical_port_state()
/openbmc/linux/drivers/pci/controller/
H A Dpci-aardvark.c898 case PCI_EXP_LNKCAP2: in advk_pci_bridge_emul_pcie_conf_read()