PCIE_CONF_FUNC     40 arch/arm/plat-orion/pcie.c #define  PCIE_CONF_FUNC(f)		(((f) & 0x7) << 8)
PCIE_CONF_FUNC    172 drivers/pci/controller/pci-aardvark.c #define PCIE_CONF_FUNC(fun)			(((fun) & 0x7)	<< 12)
PCIE_CONF_FUNC     49 drivers/pci/controller/pci-mvebu.c #define  PCIE_CONF_FUNC(f)		(((f) & 0x7) << 8)
PCIE_CONF_FUNC    129 drivers/pci/controller/pcie-rcar.c #define PCIE_CONF_FUNC(f)	(((f) & 0x7) << 16)