Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/plat-orion/
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()
/linux-4.4.14/drivers/pci/host/
Dpci-mvebu.c44 #define PCIE_CONF_REG(r) ((((r) & 0xf00) << 16) | ((r) & 0xfc)) macro
50 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | PCIE_CONF_REG(where) | \