Searched refs:cpg2 (Results 1 – 1 of 1) sorted by relevance
35 void __iomem *cpg2 = ioremap(CPG_BASE2, PAGE_SIZE); in sh73a0_boot_secondary() local37 if (((readl(cpg2 + PSTR) >> (4 * lcpu)) & 3) == 3) in sh73a0_boot_secondary()38 writel(1 << lcpu, cpg2 + WUPCR); /* wake up */ in sh73a0_boot_secondary()40 writel(1 << lcpu, cpg2 + SRESCR); /* reset */ in sh73a0_boot_secondary()41 iounmap(cpg2); in sh73a0_boot_secondary()