Searched refs:sdcasr_mapbase (Results 1 – 1 of 1) sorted by relevance
41 static void __iomem *sdcasr_mapbase; variable101 if (unlikely(!sdcasr_mapbase)) in set_astate()106 out_le32(sdcasr_mapbase + SDCASR_REG + SDCASR_REG_STRIDE*cpu, astate); in set_astate()159 sdcasr_mapbase = ioremap(res.start + SDCASR_OFFSET, 0x2000); in pas_cpufreq_cpu_init()160 if (!sdcasr_mapbase) { in pas_cpufreq_cpu_init()203 iounmap(sdcasr_mapbase); in pas_cpufreq_cpu_init()217 if (sdcasr_mapbase) in pas_cpufreq_cpu_exit()218 iounmap(sdcasr_mapbase); in pas_cpufreq_cpu_exit()