Lines Matching defs:mode
3 // Freescale MPC5200 PSC in I2S mode
24 * This driver currently only supports the PSC running in I2S slave mode,
32 * PSC_I2S_FORMATS: audio formats supported by the PSC I2S mode
43 u32 mode;
53 mode = MPC52xx_PSC_SICR_SIM_CODEC_8;
56 mode = MPC52xx_PSC_SICR_SIM_CODEC_16;
59 mode = MPC52xx_PSC_SICR_SIM_CODEC_24;
62 mode = MPC52xx_PSC_SICR_SIM_CODEC_32;
68 out_be32(&psc_dma->psc_regs->sicr, psc_dma->sicr | mode);
102 * This driver only supports I2S mode. Return an error if the format is
179 /* Configure the serial interface mode; defaulting to CODEC8 mode */
190 /* Due to errata in the dma mode; need to line up enabling
239 MODULE_DESCRIPTION("Freescale MPC5200 PSC in I2S mode ASoC Driver");