Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil.c32 val = readl(pcie->csr_axi_slave_base + PAB_CTRL); in mobiveil_pcie_sel_page()
36 writel(val, pcie->csr_axi_slave_base + PAB_CTRL); in mobiveil_pcie_sel_page()
45 return pcie->csr_axi_slave_base + off; in mobiveil_pcie_comp_addr()
49 return pcie->csr_axi_slave_base + OFFSET_TO_PAGE_ADDR(off); in mobiveil_pcie_comp_addr()
H A Dpcie-layerscape-gen4.c47 return ioread32(pcie->pci.csr_axi_slave_base + PCIE_PF_OFF + off); in ls_g4_pcie_pf_readl()
53 iowrite32(val, pcie->pci.csr_axi_slave_base + PCIE_PF_OFF + off); in ls_g4_pcie_pf_writel()
H A Dpcie-mobiveil-host.c59 return pcie->csr_axi_slave_base + where; in mobiveil_pcie_map_bus()
184 pcie->csr_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
185 if (IS_ERR(pcie->csr_axi_slave_base)) in mobiveil_pcie_parse_dt()
186 return PTR_ERR(pcie->csr_axi_slave_base); in mobiveil_pcie_parse_dt()
H A Dpcie-mobiveil.h168 void __iomem *csr_axi_slave_base; /* root port config base */ member