Lines Matching defs:ramc
63 __raw_readl(soc_pm.data.ramc[id] + field)
66 __raw_writel(value, soc_pm.data.ramc[id] + field)
400 : "r" (0), "r" (soc_pm.data.ramc[0]),
423 if (soc_pm.data.ramc[1]) {
441 if (soc_pm.data.ramc[1])
448 if (soc_pm.data.ramc[1]) {
478 if (soc_pm.data.ramc[1]) {
490 if (soc_pm.data.ramc[1])
496 if (soc_pm.data.ramc[1])
526 const struct ramc_info *ramc;
530 soc_pm.data.ramc[idx] = of_iomap(np, 0);
531 if (!soc_pm.data.ramc[idx]) {
532 pr_err("unable to map ramc[%d] cpu registers\n", idx);
537 ramc = of_id->data;
539 standby = ramc->idle;
540 soc_pm.data.memctrl = ramc->memctrl;
552 pr_warn("ramc no standby function available\n");
562 iounmap(soc_pm.data.ramc[--idx]);