Home
last modified time | relevance | path

Searched refs:PCI_EXP_DOE_CAP (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpcie_doe.c255 if (!range_covers_byte(doe_offset + PCI_EXP_DOE_CAP, in pcie_doe_read_config()
263 if (range_covers_byte(PCI_EXP_DOE_CAP, DWORD_BYTE, addr)) { in pcie_doe_read_config()
305 if (!range_covers_byte(doe_offset + PCI_EXP_DOE_CAP, in pcie_doe_write_config()
362 case PCI_EXP_DOE_CAP: in pcie_doe_write_config()
/openbmc/qemu/include/hw/pci/
H A Dpcie_doe.h21 #define PCI_EXP_DOE_CAP 0x04 macro