Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Drt274.c694 RT274_I2S_CTRL1, 0xc018, d_len_code << 3 | c_len_code << 14); in rt274_hw_params()
711 RT274_I2S_CTRL1, RT274_I2S_MODE_MASK, RT274_I2S_MODE_M); in rt274_set_dai_fmt()
716 RT274_I2S_CTRL1, RT274_I2S_MODE_MASK, RT274_I2S_MODE_S); in rt274_set_dai_fmt()
725 snd_soc_component_update_bits(component, RT274_I2S_CTRL1, in rt274_set_dai_fmt()
729 snd_soc_component_update_bits(component, RT274_I2S_CTRL1, in rt274_set_dai_fmt()
733 snd_soc_component_update_bits(component, RT274_I2S_CTRL1, in rt274_set_dai_fmt()
737 snd_soc_component_update_bits(component, RT274_I2S_CTRL1, in rt274_set_dai_fmt()
883 RT274_I2S_CTRL1, 0x1000, 0x1000); in rt274_set_bclk_ratio()
886 RT274_I2S_CTRL1, 0x1000, 0x0); in rt274_set_bclk_ratio()
900 RT274_I2S_CTRL1, RT274_TDM_EN, RT274_TDM_EN); in rt274_set_tdm_slot()
[all …]
H A Drt274.h139 #define RT274_I2S_CTRL1 0x63 macro