Searched refs:mips_gcr_base (Results 1 – 4 of 4) sorted by relevance
14 void __iomem *mips_gcr_base; variable251 if (mips_gcr_base) in mips_cm_probe()259 mips_gcr_base = ioremap(addr, MIPS_CM_GCR_SIZE); in mips_cm_probe()260 if (!mips_gcr_base) in mips_cm_probe()268 iounmap(mips_gcr_base); in mips_cm_probe()269 mips_gcr_base = NULL; in mips_cm_probe()
165 UASM_i_LA(&entry_code, 17, (long)mips_gcr_base); in cps_prepare_cpus()
363 PTR_LA t1, mips_gcr_base
19 extern void __iomem *mips_gcr_base;82 return mips_gcr_base != NULL; in mips_cm_present()
Completed in 8 milliseconds