Searched defs:tegra210_i2s (Results 1 – 1 of 1) sorted by relevance
111 struct tegra210_i2s { struct112 struct clk *clk_i2s;113 struct clk *clk_sync_input;114 struct regmap *regmap;115 unsigned int stereo_to_mono[I2S_PATHS];116 unsigned int mono_to_stereo[I2S_PATHS];117 unsigned int dai_fmt;118 unsigned int fsync_width;119 unsigned int bclk_ratio;120 unsigned int tx_mask;[all …]