Home
last modified time | relevance | path

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

/sound/soc/tegra/
A Dtegra210_i2s.c56 regmap_write(i2s->regmap, TEGRA210_I2S_SLOT_CTRL + i2s->soc_data->i2s_ctrl_offset, in tegra210_i2s_set_slot_ctrl()
70 regmap_read(i2s->regmap, TEGRA210_I2S_CTRL + i2s->soc_data->i2s_ctrl_offset, &val); in tegra210_i2s_set_clock_rate()
125 regmap_read(i2s->regmap, TEGRA210_I2S_CTRL + i2s->soc_data->i2s_ctrl_offset, &i2s_ctrl); in tegra210_i2s_sw_reset()
296 regmap_update_bits(i2s->regmap, TEGRA210_I2S_CTRL + i2s->soc_data->i2s_ctrl_offset, in tegra210_i2s_set_fmt()
342 regmap_update_bits(i2s->regmap, TEGRA210_I2S_CTRL + i2s->soc_data->i2s_ctrl_offset, in tegra210_i2s_put_loopback()
379 regmap_update_bits(i2s->regmap, TEGRA210_I2S_CTRL + i2s->soc_data->i2s_ctrl_offset, in tegra210_i2s_put_fsync_width()
577 regmap_read(i2s->regmap, TEGRA210_I2S_CTRL + i2s->soc_data->i2s_ctrl_offset, &val); in tegra210_i2s_set_timing_params()
606 regmap_write(i2s->regmap, TEGRA210_I2S_TIMING + i2s->soc_data->i2s_ctrl_offset, in tegra210_i2s_set_timing_params()
688 regmap_update_bits(i2s->regmap, TEGRA210_I2S_CTRL + i2s->soc_data->i2s_ctrl_offset, in tegra210_i2s_hw_params()
1135 .i2s_ctrl_offset = TEGRA210_I2S_CTRL_OFFSET,
[all …]
A Dtegra210_i2s.h154 unsigned int i2s_ctrl_offset; member

Completed in 10 milliseconds