Home
last modified time | relevance | path

Searched refs:PCIE_CONF_FUNC (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm/plat-orion/
H A Dpcie.c40 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro
213 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | in orion_pcie_rd_conf()
232 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | in orion_pcie_rd_conf_tlp()
255 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | in orion_pcie_rd_conf_wa()
273 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | in orion_pcie_wr_conf()
/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
55 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | PCIE_CONF_REG(where) | \
H A Dpcie-rcar-host.c207 PCIE_CONF_DEV(dev) | PCIE_CONF_FUNC(func) | reg, PCIECAR); in rcar_pcie_config_access()
/openbmc/u-boot/drivers/pci/
H A Dpci-aardvark.c120 #define PCIE_CONF_FUNC(fun) (((fun) & 0x7) << 12) macro
124 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | PCIE_CONF_REG(where))
H A Dpci_mvebu.c50 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro
53 PCIE_CONF_FUNC(PCI_FUNC(dev)) | PCIE_CONF_REG(reg) | \