Home
last modified time | relevance | path

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

/linux/arch/arm/plat-orion/
H A Dpcie.c40 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro
/linux/drivers/pci/controller/
H A Dpcie-rcar.h122 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 16) macro