Lines Matching refs:synchronous
214 * @synchronous: Use synchronous mode - both of TX and RX use STCK and SFCK
255 bool synchronous;
771 /* STCCR is used for RX in synchronous mode */
772 tx2 = tx || ssi->synchronous;
795 * running in synchronous mode (both TX and RX use STCCR), it is not
829 * the synchronous mode; Note that AC97 mode is an exception
831 * despite running in the synchronous mode.
833 if (ssi->streams && ssi->synchronous)
856 /* In synchronous mode, the SSI uses STCCR for capture */
857 tx2 = tx || ssi->synchronous;
988 if (ssi->synchronous || fsl_ssi_is_ac97(ssi)) {
1431 * In synchronous mode, STCK and STFS ports are used by RX
1436 * in the SSI synchronous mode however it does not have to
1439 ssi->synchronous = true;
1540 /* Set software limitations for synchronous mode except AC97 */
1541 if (ssi->synchronous && !fsl_ssi_is_ac97(ssi)) {