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

/linux-master/arch/arm/mach-omap2/
H A Domap-smp.c46 void __iomem *cpu1_rstctrl_va; member in struct:omap_smp_config
344 if (!needs_reset || !c->cpu1_rstctrl_va)
350 writel_relaxed(1, c->cpu1_rstctrl_va);
351 readl_relaxed(c->cpu1_rstctrl_va);
352 writel_relaxed(0, c->cpu1_rstctrl_va);
382 cfg.cpu1_rstctrl_va = ioremap(cfg.cpu1_rstctrl_pa, 4);
383 if (!cfg.cpu1_rstctrl_va)

Completed in 110 milliseconds