Searched refs:peq_regmap (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/sound/soc/tegra/ |
D | tegra210_peq.c | 109 regmap_read(ope->peq_regmap, mc->reg, &val); in tegra210_peq_get() 140 regmap_update_bits_check(ope->peq_regmap, mc->reg, (mask << mc->shift), in tegra210_peq_put() 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() [all …]
|
D | tegra210_ope.c | 361 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()
|
D | tegra210_ope.h | 59 struct regmap *peq_regmap; member
|