Lines Matching defs:tegra210_i2s
112 struct tegra210_i2s { struct
113 struct clk *clk_i2s;
114 struct clk *clk_sync_input;
115 struct regmap *regmap;
116 int client_sample_format;
117 unsigned int client_channels;
118 unsigned int stereo_to_mono[I2S_PATHS];
119 unsigned int mono_to_stereo[I2S_PATHS];
120 unsigned int dai_fmt;
121 unsigned int fsync_width;
122 unsigned int bclk_ratio;
123 unsigned int tx_mask;
124 unsigned int rx_mask;
125 unsigned int rx_fifo_th;
126 bool loopback;