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.c29 { TEGRA210_MVC_CTRL, TEGRA210_MVC_CTRL_DEFAULT},
54 regmap_read(mvc->regmap, TEGRA210_MVC_CTRL, &(mvc->ctrl_value)); in tegra210_mvc_runtime_suspend()
69 regmap_write(mvc->regmap, TEGRA210_MVC_CTRL, mvc->ctrl_value); in tegra210_mvc_runtime_resume()
117 regmap_read(mvc->regmap, TEGRA210_MVC_CTRL, &val); in tegra210_mvc_get_ctrl_reg()
219 regmap_update_bits_check(mvc->regmap, TEGRA210_MVC_CTRL, in tegra210_mvc_update_mute()
225 regmap_update_bits(mvc->regmap, TEGRA210_MVC_CTRL, in tegra210_mvc_update_mute()
312 regmap_update_bits(mvc->regmap, TEGRA210_MVC_CTRL, in tegra210_mvc_update_vol()
316 regmap_update_bits(mvc->regmap, TEGRA210_MVC_CTRL, in tegra210_mvc_update_vol()
371 regmap_update_bits(mvc->regmap, TEGRA210_MVC_CTRL, in tegra210_mvc_reset_vol_settings()
544 TEGRA210_MVC_CTRL, 0, TEGRA210_MUTE_MASK_EN, 0,
[all …]
H A Dtegra210_mvc.h40 #define TEGRA210_MVC_CTRL 0xa8 macro