Home
last modified time | relevance | path

Searched refs:bclk_pol (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/sunxi/
H A Dsun4i-i2s.c730 u32 mode, lrclk_pol, bclk_pol, val; in sun8i_i2s_set_soc_fmt() local
779 bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_NORMAL; in sun8i_i2s_set_soc_fmt()
785 bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED; in sun8i_i2s_set_soc_fmt()
789 bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED; in sun8i_i2s_set_soc_fmt()
805 lrclk_pol | bclk_pol); in sun8i_i2s_set_soc_fmt()
838 u32 mode, lrclk_pol, bclk_pol, val; in sun50i_h6_i2s_set_soc_fmt() local
887 bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_NORMAL; in sun50i_h6_i2s_set_soc_fmt()
893 bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED; in sun50i_h6_i2s_set_soc_fmt()
897 bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED; in sun50i_h6_i2s_set_soc_fmt()
913 lrclk_pol | bclk_pol); in sun50i_h6_i2s_set_soc_fmt()
/openbmc/linux/sound/soc/codecs/
H A Dmax98396.c353 unsigned int bclk_pol = 0; in max98396_dai_set_fmt() local
370 bclk_pol = MAX98396_PCM_MODE_CFG_BCLKEDGE; in max98396_dai_set_fmt()
373 bclk_pol = MAX98396_PCM_MODE_CFG_BCLKEDGE; in max98396_dai_set_fmt()
418 if (bclk_pol != (reg & MAX98396_PCM_MODE_CFG_BCLKEDGE)) in max98396_dai_set_fmt()
433 bclk_pol); in max98396_dai_set_fmt()