Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h25 #define PCI_EXT_CAP_ALIGN 4 macro
27 (((x) + PCI_EXT_CAP_ALIGN - 1) & ~(PCI_EXT_CAP_ALIGN - 1))
/openbmc/qemu/hw/pci/
H A Dpcie.c1047 assert(!(next & (PCI_EXT_CAP_ALIGN - 1))); in pcie_ext_cap_set_next()