Searched refs:regcache (Results 1 – 2 of 2) sorted by relevance
5 obj-$(CONFIG_REGMAP) += regmap.o regcache.o6 obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-flat.o7 obj-$(CONFIG_REGCACHE_COMPRESSED) += regcache-lzo.o
26 static u32 *regcache; variable310 regcache = devm_kzalloc(&pdev->dev, sizeof(u32) * reg_max, GFP_KERNEL); in imx_audmux_probe()311 if (!regcache) in imx_audmux_probe()335 regcache[i] = readl(audmux_base + i * 4); in imx_audmux_suspend()349 writel(regcache[i], audmux_base + i * 4); in imx_audmux_resume()