Searched refs:sdcasr_mapbase (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pasemi/
H A Dcpufreq.c51 static void __iomem *sdcasr_mapbase; variable
118 if (unlikely(!sdcasr_mapbase))
123 out_le32(sdcasr_mapbase + SDCASR_REG + SDCASR_REG_STRIDE*cpu, astate);
166 sdcasr_mapbase = ioremap(res.start + SDCASR_OFFSET, 0x2000);
167 if (!sdcasr_mapbase) {
231 iounmap(sdcasr_mapbase);
238 if (sdcasr_mapbase)
239 iounmap(sdcasr_mapbase);

Completed in 39 milliseconds