Home
last modified time | relevance | path

Searched refs:cra_base (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/can/ctucanfd/
H A Dctucanfd_pci.c50 void __iomem *cra_base; member
164 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()
/openbmc/u-boot/drivers/pci/
H A Dpcie_intel_fpga.c79 void __iomem *cra_base; member
105 writel(value, pcie->cra_base + reg); in cra_writel()
110 return readl(pcie->cra_base + reg); in cra_readl()
394 pcie->cra_base = map_physmem(reg_res.start, in pcie_intel_fpga_ofdata_to_platdata()
/openbmc/linux/drivers/pci/controller/
H A Dpcie-altera.c88 void __iomem *cra_base; member
127 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()