Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
H A Dtegra210_mvc.c28 { TEGRA210_MVC_CTRL, TEGRA210_MVC_CTRL_DEFAULT},
53 regmap_read(mvc->regmap, TEGRA210_MVC_CTRL, &(mvc->ctrl_value)); in tegra210_mvc_runtime_suspend()
68 regmap_write(mvc->regmap, TEGRA210_MVC_CTRL, mvc->ctrl_value); in tegra210_mvc_runtime_resume()
116 regmap_read(mvc->regmap, TEGRA210_MVC_CTRL, &val); in tegra210_mvc_get_ctrl_reg()
218 regmap_update_bits_check(mvc->regmap, TEGRA210_MVC_CTRL, in tegra210_mvc_update_mute()
224 regmap_update_bits(mvc->regmap, TEGRA210_MVC_CTRL, in tegra210_mvc_update_mute()
311 regmap_update_bits(mvc->regmap, TEGRA210_MVC_CTRL, in tegra210_mvc_update_vol()
315 regmap_update_bits(mvc->regmap, TEGRA210_MVC_CTRL, in tegra210_mvc_update_vol()
370 regmap_update_bits(mvc->regmap, TEGRA210_MVC_CTRL, in tegra210_mvc_reset_vol_settings()
547 TEGRA210_MVC_CTRL, 0, TEGRA210_MUTE_MASK_EN, 0,
[all …]
H A Dtegra210_mvc.h40 #define TEGRA210_MVC_CTRL 0xa8 macro