Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpcie_host.h72 #define PCIE_MMCFG_DEVFN_BIT 12 macro
77 #define PCIE_MMCFG_DEVFN(addr) (((addr) >> PCIE_MMCFG_DEVFN_BIT) & \
/openbmc/qemu/hw/pci-host/
H A Daspeed_pcie.c371 (((devfn) & PCIE_MMCFG_DEVFN_MASK) << PCIE_MMCFG_DEVFN_BIT) | \