Home
last modified time | relevance | path

Searched defs:PCIE_CONF_FUNC (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm/plat-orion/
H A Dpcie.c40 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro
/openbmc/linux/drivers/pci/controller/
H A Dpcie-rcar.h122 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 16) macro
H A Dpci-mvebu.c52 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro
/openbmc/u-boot/drivers/pci/
H A Dpci-aardvark.c120 #define PCIE_CONF_FUNC(fun) (((fun) & 0x7) << 12) macro
H A Dpci_mvebu.c50 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro