Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/plat-orion/
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()
/Linux-v5.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
51 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | PCIE_CONF_REG(where) | \
Dpci-aardvark.c169 #define PCIE_CONF_FUNC(fun) (((fun) & 0x7) << 12) macro
173 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | PCIE_CONF_REG(where))
Dpcie-rcar-host.c114 PCIE_CONF_DEV(dev) | PCIE_CONF_FUNC(func) | reg, PCIECAR); in rcar_pcie_config_access()