Searched refs:mips_gcr_base (Results 1 – 4 of 4) sorted by relevance
16 void __iomem *mips_gcr_base; variable270 if (mips_gcr_base) in mips_cm_probe()278 mips_gcr_base = ioremap(addr, MIPS_CM_GCR_SIZE); in mips_cm_probe()279 if (!mips_gcr_base) in mips_cm_probe()287 iounmap(mips_gcr_base); in mips_cm_probe()288 mips_gcr_base = NULL; in mips_cm_probe()
347 PTR_LA t1, mips_gcr_base
127 UASM_i_LA(&p, GPR_A1, (long)mips_gcr_base); in mips_cps_build_core_entry()
19 extern void __iomem *mips_gcr_base;104 return mips_gcr_base != NULL; in mips_cm_present()
Completed in 11 milliseconds