Searched refs:sdcasr_mapbase (Results 1 – 1 of 1) sorted by relevance
53 static void __iomem *sdcasr_mapbase; variable113 if (unlikely(!sdcasr_mapbase)) in set_astate()118 out_le32(sdcasr_mapbase + SDCASR_REG + SDCASR_REG_STRIDE*cpu, astate); in set_astate()171 sdcasr_mapbase = ioremap(res.start + SDCASR_OFFSET, 0x2000); in pas_cpufreq_cpu_init()172 if (!sdcasr_mapbase) { in pas_cpufreq_cpu_init()214 iounmap(sdcasr_mapbase); in pas_cpufreq_cpu_init()228 if (sdcasr_mapbase) in pas_cpufreq_cpu_exit()229 iounmap(sdcasr_mapbase); in pas_cpufreq_cpu_exit()