Lines Matching defs:i2s_con
716 unsigned int i2s_con = 0, fmt_con = I2S_FMT_I2S << I2S_FMT_SFT;
737 i2s_con = I2S_IN_PAD_IO_MUX << I2SIN_PAD_SEL_SFT;
738 i2s_con |= fmt_con;
739 i2s_con |= get_i2s_wlen(format) << I2S_WLEN_SFT;
741 0xffffeffe, i2s_con);
744 i2s_con = I2S1_SEL_O28_O29 << I2S2_SEL_O03_O04_SFT;
745 i2s_con |= rate_reg << I2S2_OUT_MODE_SFT;
746 i2s_con |= fmt_con;
747 i2s_con |= get_i2s_wlen(format) << I2S2_WLEN_SFT;
749 0xffffeffe, i2s_con);
752 i2s_con = 8 << I2S3_UPDATE_WORD_SFT;
753 i2s_con |= rate_reg << I2S3_OUT_MODE_SFT;
754 i2s_con |= fmt_con;
755 i2s_con |= get_i2s_wlen(format) << I2S3_WLEN_SFT;
757 0xffffeffe, i2s_con);
760 i2s_con = rate_reg << I2S4_OUT_MODE_SFT;
761 i2s_con |= fmt_con;
762 i2s_con |= get_i2s_wlen(format) << I2S4_WLEN_SFT;
764 0xffffeffe, i2s_con);
767 i2s_con = rate_reg << I2S5_OUT_MODE_SFT;
768 i2s_con |= fmt_con;
769 i2s_con |= get_i2s_wlen(format) << I2S5_WLEN_SFT;
771 0xffffeffe, i2s_con);