Searched refs:sdcasr_mapbase (Results 1 – 1 of 1) sorted by relevance
40 static void __iomem *sdcasr_mapbase; variable100 if (unlikely(!sdcasr_mapbase)) in set_astate()105 out_le32(sdcasr_mapbase + SDCASR_REG + SDCASR_REG_STRIDE*cpu, astate); in set_astate()158 sdcasr_mapbase = ioremap(res.start + SDCASR_OFFSET, 0x2000); in pas_cpufreq_cpu_init()159 if (!sdcasr_mapbase) { in pas_cpufreq_cpu_init()202 iounmap(sdcasr_mapbase); in pas_cpufreq_cpu_init()216 if (sdcasr_mapbase) in pas_cpufreq_cpu_exit()217 iounmap(sdcasr_mapbase); in pas_cpufreq_cpu_exit()