regcache           19 arch/sh/kernel/cpu/sh5/unwind.c static u8 regcache[63];
regcache          118 arch/sh/kernel/cpu/sh5/unwind.c 				fp_displacement -= regcache[disp];
regcache          158 arch/sh/kernel/cpu/sh5/unwind.c 			regcache[dest] =
regcache           26 sound/soc/fsl/imx-audmux.c static u32 *regcache;
regcache          334 sound/soc/fsl/imx-audmux.c 	regcache = devm_kzalloc(&pdev->dev, sizeof(u32) * reg_max, GFP_KERNEL);
regcache          335 sound/soc/fsl/imx-audmux.c 	if (!regcache)
regcache          360 sound/soc/fsl/imx-audmux.c 		regcache[i] = readl(audmux_base + i * 4);
regcache          374 sound/soc/fsl/imx-audmux.c 		writel(regcache[i], audmux_base + i * 4);