Lines Matching defs:i2s_con
707 unsigned int i2s_con = 0, fmt_con = I2S_FMT_I2S << I2S_FMT_SFT;
723 i2s_con = I2S_IN_PAD_IO_MUX << I2SIN_PAD_SEL_SFT;
724 i2s_con |= fmt_con;
725 i2s_con |= get_i2s_wlen(format) << I2S_WLEN_SFT;
727 0xffffeffe, i2s_con);
730 i2s_con = I2S1_SEL_O28_O29 << I2S2_SEL_O03_O04_SFT;
731 i2s_con |= rate_reg << I2S2_OUT_MODE_SFT;
732 i2s_con |= fmt_con;
733 i2s_con |= get_i2s_wlen(format) << I2S2_WLEN_SFT;
735 0xffffeffe, i2s_con);
738 i2s_con = 8 << I2S3_UPDATE_WORD_SFT;
739 i2s_con |= rate_reg << I2S3_OUT_MODE_SFT;
740 i2s_con |= fmt_con;
741 i2s_con |= get_i2s_wlen(format) << I2S3_WLEN_SFT;
743 0xffffeffe, i2s_con);
746 i2s_con = rate_reg << I2S4_OUT_MODE_SFT;
747 i2s_con |= fmt_con;
748 i2s_con |= get_i2s_wlen(format) << I2S4_WLEN_SFT;
750 0xffffeffe, i2s_con);
753 i2s_con = rate_reg << I2S5_OUT_MODE_SFT;
754 i2s_con |= fmt_con;
755 i2s_con |= get_i2s_wlen(format) << I2S5_WLEN_SFT;
757 0xffffeffe, i2s_con);