Searched refs:PCIE_CONF_FUNC (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/plat-orion/
H A Dpcie.c40 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro
213 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | orion_pcie_rd_conf()
232 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | orion_pcie_rd_conf_tlp()
255 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | orion_pcie_rd_conf_wa()
273 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | orion_pcie_wr_conf()
/linux-4.1.27/drivers/pci/host/
H A Dpci-mvebu.c46 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro
49 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | PCIE_CONF_REG(where) | \
H A Dpcie-rcar.c106 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 16) macro
230 PCIE_CONF_DEV(dev) | PCIE_CONF_FUNC(func) | reg, PCIECAR); rcar_pcie_config_access()

Completed in 174 milliseconds