Home
last modified time | relevance | path

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

/linux-5.10/arch/arm/plat-orion/
Dpcie.c40 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro
/linux-5.10/drivers/pci/controller/
Dpcie-rcar.h115 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 16) macro
Dpci-mvebu.c48 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro
Dpci-aardvark.c169 #define PCIE_CONF_FUNC(fun) (((fun) & 0x7) << 12) macro