Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/base/regmap/
DMakefile5 obj-$(CONFIG_REGMAP) += regmap.o regcache.o
6 obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-flat.o
7 obj-$(CONFIG_REGCACHE_COMPRESSED) += regcache-lzo.o
/linux-5.19.10/sound/soc/fsl/
Dimx-audmux.c26 static u32 *regcache; variable
316 regcache = devm_kzalloc(&pdev->dev, sizeof(u32) * reg_max, GFP_KERNEL); in imx_audmux_probe()
317 if (!regcache) in imx_audmux_probe()
341 regcache[i] = readl(audmux_base + i * 4); in imx_audmux_suspend()
355 writel(regcache[i], audmux_base + i * 4); in imx_audmux_resume()