Searched refs:mips_gcr_base (Results 1 – 4 of 4) sorted by relevance
14 void __iomem *mips_gcr_base; variable250 if (mips_gcr_base) in mips_cm_probe()258 mips_gcr_base = ioremap(addr, MIPS_CM_GCR_SIZE); in mips_cm_probe()259 if (!mips_gcr_base) in mips_cm_probe()267 iounmap(mips_gcr_base); in mips_cm_probe()268 mips_gcr_base = NULL; in mips_cm_probe()
83 UASM_i_LA(&p, GPR_A1, (long)mips_gcr_base); in mips_cps_build_core_entry()
334 PTR_LA t1, mips_gcr_base
19 extern void __iomem *mips_gcr_base;94 return mips_gcr_base != NULL; in mips_cm_present()
Completed in 12 milliseconds