Searched refs:cra_base (Results 1 – 2 of 2) sorted by relevance
50 void __iomem *cra_base; member164 bdata->cra_base = cra_addr; in ctucan_pci_probe()241 if (bdata->cra_base) in ctucan_pci_remove()242 iowrite32(0, bdata->cra_base + CYCLONE_IV_CRA_A2P_IE); in ctucan_pci_remove()
88 void __iomem *cra_base; member127 writel_relaxed(value, pcie->cra_base + reg); in cra_writel()132 return readl_relaxed(pcie->cra_base + reg); in cra_readl()694 pcie->cra_base = devm_platform_ioremap_resource_byname(pdev, "Cra"); in altera_pcie_parse_dt()695 if (IS_ERR(pcie->cra_base)) in altera_pcie_parse_dt()696 return PTR_ERR(pcie->cra_base); in altera_pcie_parse_dt()