Home
last modified time | relevance | path

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

/openbmc/linux/drivers/memory/tegra/
H A Dmc.h115 if (!mc->bcast_ch_regs) in mc_ch_readl()
119 return readl_relaxed(mc->bcast_ch_regs + offset); in mc_ch_readl()
127 if (!mc->bcast_ch_regs) in mc_ch_writel()
131 writel_relaxed(value, mc->bcast_ch_regs + offset); in mc_ch_writel()
H A Dtegra186.c33 mc->bcast_ch_regs = devm_platform_ioremap_resource_byname(pdev, "broadcast"); in tegra186_mc_probe()
34 if (IS_ERR(mc->bcast_ch_regs)) { in tegra186_mc_probe()
35 if (PTR_ERR(mc->bcast_ch_regs) == -EINVAL) { in tegra186_mc_probe()
38 mc->bcast_ch_regs = NULL; in tegra186_mc_probe()
42 return PTR_ERR(mc->bcast_ch_regs); in tegra186_mc_probe()
/openbmc/linux/include/soc/tegra/
H A Dmc.h230 void __iomem *bcast_ch_regs; member