Lines Matching defs:imx_ssi
193 struct imx_ssi { struct
194 struct platform_device *ac97_dev;
196 struct snd_soc_dai *imx_ac97;
197 struct clk *clk;
198 void __iomem *base;
199 int irq;
200 int fiq_enable;
201 unsigned int offset;
203 unsigned int flags;
205 void (*ac97_reset) (struct snd_ac97 *ac97);
206 void (*ac97_warm_reset)(struct snd_ac97 *ac97);
208 struct snd_dmaengine_dai_dma_data dma_params_rx;
209 struct snd_dmaengine_dai_dma_data dma_params_tx;
210 struct imx_dma_data filter_data_tx;
211 struct imx_dma_data filter_data_rx;
212 struct imx_pcm_fiq_params fiq_params;
214 int fiq_init;
215 int dma_init;