Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/tegra/
A Dtegra210_peq.c109 regmap_read(ope->peq_regmap, mc->reg, &val); in tegra210_peq_get()
158 tegra210_peq_read_ram(ope->peq_regmap, reg_ctrl, reg_data, in tegra210_peq_ram_get()
184 tegra210_peq_write_ram(ope->peq_regmap, reg_ctrl, reg_data, in tegra210_peq_ram_put()
363 regmap_update_bits(ope->peq_regmap, TEGRA210_PEQ_CFG, in tegra210_peq_component_init()
366 regmap_update_bits(ope->peq_regmap, TEGRA210_PEQ_CFG, in tegra210_peq_component_init()
375 tegra210_peq_write_ram(ope->peq_regmap, in tegra210_peq_component_init()
383 tegra210_peq_write_ram(ope->peq_regmap, in tegra210_peq_component_init()
424 ope->peq_regmap = devm_regmap_init_mmio(dev, regs, in tegra210_peq_regmap_init()
426 if (IS_ERR(ope->peq_regmap)) { in tegra210_peq_regmap_init()
428 return PTR_ERR(ope->peq_regmap); in tegra210_peq_regmap_init()
[all …]
A Dtegra210_ope.c361 tegra210_peq_save(ope->peq_regmap, ope->peq_biquad_gains, in tegra210_ope_runtime_suspend()
365 regcache_cache_only(ope->peq_regmap, true); in tegra210_ope_runtime_suspend()
369 regcache_mark_dirty(ope->peq_regmap); in tegra210_ope_runtime_suspend()
380 regcache_cache_only(ope->peq_regmap, false); in tegra210_ope_runtime_resume()
384 regcache_sync(ope->peq_regmap); in tegra210_ope_runtime_resume()
387 tegra210_peq_restore(ope->peq_regmap, ope->peq_biquad_gains, in tegra210_ope_runtime_resume()
A Dtegra210_ope.h59 struct regmap *peq_regmap; member

Completed in 5 milliseconds