Home
last modified time | relevance | path

Searched refs:peq_regmap (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/sound/soc/tegra/
Dtegra210_peq.c108 regmap_read(ope->peq_regmap, mc->reg, &val); in tegra210_peq_get()
139 regmap_update_bits_check(ope->peq_regmap, mc->reg, (mask << mc->shift), in tegra210_peq_put()
157 tegra210_peq_read_ram(ope->peq_regmap, reg_ctrl, reg_data, in tegra210_peq_ram_get()
183 tegra210_peq_write_ram(ope->peq_regmap, reg_ctrl, reg_data, in tegra210_peq_ram_put()
362 regmap_update_bits(ope->peq_regmap, TEGRA210_PEQ_CFG, in tegra210_peq_component_init()
365 regmap_update_bits(ope->peq_regmap, TEGRA210_PEQ_CFG, in tegra210_peq_component_init()
374 tegra210_peq_write_ram(ope->peq_regmap, in tegra210_peq_component_init()
382 tegra210_peq_write_ram(ope->peq_regmap, in tegra210_peq_component_init()
423 ope->peq_regmap = devm_regmap_init_mmio(dev, regs, in tegra210_peq_regmap_init()
425 if (IS_ERR(ope->peq_regmap)) { in tegra210_peq_regmap_init()
[all …]
Dtegra210_ope.c358 tegra210_peq_save(ope->peq_regmap, ope->peq_biquad_gains, in tegra210_ope_runtime_suspend()
362 regcache_cache_only(ope->peq_regmap, true); in tegra210_ope_runtime_suspend()
366 regcache_mark_dirty(ope->peq_regmap); in tegra210_ope_runtime_suspend()
377 regcache_cache_only(ope->peq_regmap, false); in tegra210_ope_runtime_resume()
381 regcache_sync(ope->peq_regmap); in tegra210_ope_runtime_resume()
384 tegra210_peq_restore(ope->peq_regmap, ope->peq_biquad_gains, in tegra210_ope_runtime_resume()
Dtegra210_ope.h59 struct regmap *peq_regmap; member