Searched refs:i2s_con (Results 1 - 3 of 3) sorted by path

/linux-master/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-i2s.c707 unsigned int i2s_con = 0, fmt_con = I2S_FMT_I2S << I2S_FMT_SFT; local
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);
[all...]
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-i2s.c817 unsigned int i2s_con = 0; local
823 i2s_con |= 0 << INV_PAD_CTRL_SFT;
824 i2s_con |= I2S_FMT_I2S << I2S_FMT_SFT;
825 i2s_con |= 1 << I2S_SRC_SFT;
826 i2s_con |= get_i2s_wlen(SNDRV_PCM_FORMAT_S16_LE) << I2S_WLEN_SFT;
827 i2s_con |= 0 << I2SIN_PAD_SEL_SFT;
828 regmap_write(afe->regmap, AFE_CONNSYS_I2S_CON, i2s_con);
935 unsigned int i2s_con = 0; local
945 i2s_con = I2S_IN_PAD_IO_MUX << I2SIN_PAD_SEL_SFT;
946 i2s_con |
[all...]
/linux-master/sound/soc/mediatek/mt8192/
H A Dmt8192-dai-i2s.c1536 unsigned int i2s_con = 0; local
1542 i2s_con |= 0 << INV_PAD_CTRL_SFT;
1543 i2s_con |= I2S_FMT_I2S << I2S_FMT_SFT;
1544 i2s_con |= 1 << I2S_SRC_SFT;
1545 i2s_con |= get_i2s_wlen(SNDRV_PCM_FORMAT_S16_LE) << I2S_WLEN_SFT;
1546 i2s_con |= 0 << I2SIN_PAD_SEL_SFT;
1547 regmap_write(afe->regmap, AFE_CONNSYS_I2S_CON, i2s_con);
1673 unsigned int i2s_con = 0; local
1686 i2s_con = I2S_IN_PAD_IO_MUX << I2SIN_PAD_SEL_SFT;
1687 i2s_con |
[all...]

Completed in 204 milliseconds