Searched refs:mips_cm_base (Results 1 – 3 of 3) sorted by relevance
18 void __iomem *mips_cm_base; variable214 if (mips_cm_base) in mips_cm_probe()222 mips_cm_base = ioremap_nocache(addr, MIPS_CM_GCR_SIZE); in mips_cm_probe()223 if (!mips_cm_base) in mips_cm_probe()231 mips_cm_base = NULL; in mips_cm_probe()
24 .extern mips_cm_base328 PTR_LA t0, mips_cm_base
20 extern void __iomem *mips_cm_base;83 return mips_cm_base != NULL; in mips_cm_present()119 return (unsigned long __iomem *)(mips_cm_base + (off)); \