Searched refs:gpr_v2 (Results 1 - 1 of 1) sorted by path

/linux-master/arch/arm/mach-imx/
H A Dsrc.c22 #define SRC_GPR1(gpr_v2) ((gpr_v2) ? SRC_GPR1_V2 : SRC_GPR1_V1)
41 static bool gpr_v2; variable
128 if (gpr_v2) {
150 src_base + SRC_GPR1(gpr_v2) + cpu * 8);
156 return readl_relaxed(src_base + SRC_GPR1(gpr_v2) + cpu * 8 + 4);
162 writel_relaxed(arg, src_base + SRC_GPR1(gpr_v2) + cpu * 8 + 4);
191 gpr_v2 = true;

Completed in 328 milliseconds