Home
last modified time | relevance | path

Searched defs:PCIE_CONF_BUS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm/plat-orion/
H A Dpcie.c38 #define PCIE_CONF_BUS(b) (((b) & 0xff) << 16) macro
/openbmc/linux/drivers/pci/controller/
H A Dpcie-rcar.h120 #define PCIE_CONF_BUS(b) (((b) & 0xff) << 24) macro
H A Dpcie-mediatek.c55 #define PCIE_CONF_BUS(bus) (((bus) << 16) & GENMASK(23, 16)) macro
H A Dpci-mvebu.c50 #define PCIE_CONF_BUS(b) (((b) & 0xff) << 16) macro
/openbmc/u-boot/drivers/pci/
H A Dpci-aardvark.c118 #define PCIE_CONF_BUS(bus) (((bus) & 0xff) << 20) macro
H A Dpci_mvebu.c48 #define PCIE_CONF_BUS(b) (((b) & 0xff) << 16) macro