Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/plat-orion/
H A Dpcie.c37 #define PCIE_CONF_REG(r) ((((r) & 0xf00) << 16) | ((r) & 0xfc)) macro
214 PCIE_CONF_REG(where) | PCIE_CONF_ADDR_EN, in orion_pcie_rd_conf()
233 PCIE_CONF_REG(where) | PCIE_CONF_ADDR_EN, in orion_pcie_rd_conf_tlp()
256 PCIE_CONF_REG(where))); in orion_pcie_rd_conf_wa()
274 PCIE_CONF_REG(where) | PCIE_CONF_ADDR_EN, in orion_pcie_wr_conf()
/openbmc/u-boot/drivers/pci/
H A Dpci-aardvark.c121 #define PCIE_CONF_REG(reg) ((reg) & 0xffc) macro
124 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | PCIE_CONF_REG(where))
331 reg = PCIE_BDF(bdf) | PCIE_CONF_REG(offset); in pcie_advk_read_config()
428 reg = PCIE_BDF(bdf) | PCIE_CONF_REG(offset); in pcie_advk_write_config()
H A Dpci_mvebu.c47 #define PCIE_CONF_REG(r) ((((r) & 0xf00) << 16) | ((r) & 0xfc)) macro
53 PCIE_CONF_FUNC(PCI_FUNC(dev)) | PCIE_CONF_REG(reg) | \
/openbmc/linux/drivers/pci/controller/
H A Dpcie-mediatek.c51 #define PCIE_CONF_REG(regn) (((regn) & GENMASK(7, 2)) | \ macro
57 (PCIE_CONF_REG(regn) | PCIE_CONF_FUN(fun) | \
H A Dpci-mvebu.c49 #define PCIE_CONF_REG(r) ((((r) & 0xf00) << 16) | ((r) & 0xfc)) macro
55 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | PCIE_CONF_REG(where) | \