Home
last modified time | relevance | path

Searched refs:mips_gcr_base (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dmips-cm.c14 void __iomem *mips_gcr_base; variable
256 if (mips_gcr_base) in mips_cm_probe()
264 mips_gcr_base = ioremap(addr, MIPS_CM_GCR_SIZE); in mips_cm_probe()
265 if (!mips_gcr_base) in mips_cm_probe()
273 iounmap(mips_gcr_base); in mips_cm_probe()
274 mips_gcr_base = NULL; in mips_cm_probe()
H A Dsmp-cps.c155 UASM_i_LA(&entry_code, 17, (long)mips_gcr_base); in cps_prepare_cpus()
H A Dcps-vec.S366 PTR_LA t1, mips_gcr_base
/openbmc/linux/arch/mips/include/asm/
H A Dmips-cm.h19 extern void __iomem *mips_gcr_base;
82 return mips_gcr_base != NULL; in mips_cm_present()