Lines Matching defs:kmb_i2s_info
120 struct kmb_i2s_info { struct
121 void __iomem *i2s_base;
122 void __iomem *pss_base;
123 struct clk *clk_i2s;
124 struct clk *clk_apb;
125 int active;
126 unsigned int capability;
127 unsigned int i2s_reg_comp1;
128 unsigned int i2s_reg_comp2;
129 struct device *dev;
130 u32 ccr;
131 u32 xfer_resolution;
132 u32 fifo_th;
133 bool master;
135 struct i2s_clk_config_data config;
136 int (*i2s_clk_cfg)(struct i2s_clk_config_data *config);
139 bool use_pio;
140 struct snd_pcm_substream *tx_substream;
141 struct snd_pcm_substream *rx_substream;
142 unsigned int tx_ptr;
143 unsigned int rx_ptr;