Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/pci/controller/
Dpcie-rcar.h122 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 16) macro
Dpci-mvebu.c51 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro
54 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | PCIE_CONF_REG(where) | \
Dpcie-rcar-host.c218 PCIE_CONF_DEV(dev) | PCIE_CONF_FUNC(func) | reg, PCIECAR); in rcar_pcie_config_access()