Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpcie_host.h70 #define PCIE_MMCFG_BUS_BIT 20 macro
75 #define PCIE_MMCFG_BUS(addr) (((addr) >> PCIE_MMCFG_BUS_BIT) & \
/openbmc/qemu/hw/pci-host/
H A Daspeed_pcie.c370 ((((bus) & PCIE_MMCFG_BUS_MASK) << PCIE_MMCFG_BUS_BIT) | \