Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-altera.c89 void __iomem *cra_base; member
128 writel_relaxed(value, pcie->cra_base + reg); in cra_writel()
133 return readl_relaxed(pcie->cra_base + reg); in cra_readl()
699 pcie->cra_base = devm_platform_ioremap_resource_byname(pdev, "Cra"); in altera_pcie_parse_dt()
700 if (IS_ERR(pcie->cra_base)) in altera_pcie_parse_dt()
701 return PTR_ERR(pcie->cra_base); in altera_pcie_parse_dt()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds