Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h17 #define PCI_EXT_CAP_NEXT_SHIFT 20 macro
18 #define PCI_EXT_CAP_NEXT_MASK (0xffc << PCI_EXT_CAP_NEXT_SHIFT)
23 ((next) << PCI_EXT_CAP_NEXT_SHIFT))
/openbmc/qemu/hw/pci/
H A Dpcie.c1049 ((next << PCI_EXT_CAP_NEXT_SHIFT) & PCI_EXT_CAP_NEXT_MASK); in pcie_ext_cap_set_next()