Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/tegra/
H 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 …]
H A Dtegra210_ope.c359 tegra210_peq_save(ope->peq_regmap, ope->peq_biquad_gains, in tegra210_ope_runtime_suspend()
363 regcache_cache_only(ope->peq_regmap, true); in tegra210_ope_runtime_suspend()
367 regcache_mark_dirty(ope->peq_regmap); in tegra210_ope_runtime_suspend()
378 regcache_cache_only(ope->peq_regmap, false); in tegra210_ope_runtime_resume()
382 regcache_sync(ope->peq_regmap); in tegra210_ope_runtime_resume()
385 tegra210_peq_restore(ope->peq_regmap, ope->peq_biquad_gains, in tegra210_ope_runtime_resume()
H A Dtegra210_ope.h59 struct regmap *peq_regmap; member