Searched refs:cra_base (Results 1 – 2 of 2) sorted by relevance
42 void __iomem *cra_base; member156 bdata->cra_base = cra_addr; in ctucan_pci_probe()233 if (bdata->cra_base) in ctucan_pci_remove()234 iowrite32(0, bdata->cra_base + CYCLONE_IV_CRA_A2P_IE); in ctucan_pci_remove()
104 void __iomem *cra_base; member151 writel_relaxed(value, pcie->cra_base + reg); in cra_writel()156 return readl_relaxed(pcie->cra_base + reg); in cra_readl()162 writew_relaxed(value, pcie->cra_base + reg); in cra_writew()167 return readw_relaxed(pcie->cra_base + reg); in cra_readw()173 writeb_relaxed(value, pcie->cra_base + reg); in cra_writeb()178 return readb_relaxed(pcie->cra_base + reg); in cra_readb()892 pcie->cra_base = devm_platform_ioremap_resource_byname(pdev, "Cra"); in altera_pcie_parse_dt()893 if (IS_ERR(pcie->cra_base)) in altera_pcie_parse_dt()894 return PTR_ERR(pcie->cra_base); in altera_pcie_parse_dt()