Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmips-cm.c14 void __iomem *mips_gcr_base; variable
251 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 mips_gcr_base = NULL; in mips_cm_probe()
/OK3568_Linux_fs/kernel/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()