Home
last modified time | relevance | path

Searched refs:PCI_EXT_CAP_NEXT_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h18 #define PCI_EXT_CAP_NEXT_MASK (0xffc << PCI_EXT_CAP_NEXT_SHIFT) macro
/openbmc/qemu/hw/pci/
H A Dpcie.c1048 header = (header & ~PCI_EXT_CAP_NEXT_MASK) | in pcie_ext_cap_set_next()
1049 ((next << PCI_EXT_CAP_NEXT_SHIFT) & PCI_EXT_CAP_NEXT_MASK); in pcie_ext_cap_set_next()
/openbmc/qemu/hw/vfio/
H A Dpci.c2358 PCI_EXT_CAP_NEXT_MASK); in vfio_add_ext_cap()