Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Drt274.c689 RT274_I2S_CTRL1, 0xc018, d_len_code << 3 | c_len_code << 14); in rt274_hw_params()
706 RT274_I2S_CTRL1, RT274_I2S_MODE_MASK, RT274_I2S_MODE_M); in rt274_set_dai_fmt()
711 RT274_I2S_CTRL1, RT274_I2S_MODE_MASK, RT274_I2S_MODE_S); in rt274_set_dai_fmt()
720 snd_soc_component_update_bits(component, RT274_I2S_CTRL1, in rt274_set_dai_fmt()
724 snd_soc_component_update_bits(component, RT274_I2S_CTRL1, in rt274_set_dai_fmt()
728 snd_soc_component_update_bits(component, RT274_I2S_CTRL1, in rt274_set_dai_fmt()
732 snd_soc_component_update_bits(component, RT274_I2S_CTRL1, in rt274_set_dai_fmt()
876 RT274_I2S_CTRL1, 0x1000, 0x1000); in rt274_set_bclk_ratio()
879 RT274_I2S_CTRL1, 0x1000, 0x0); in rt274_set_bclk_ratio()
893 RT274_I2S_CTRL1, RT274_TDM_EN, RT274_TDM_EN); in rt274_set_tdm_slot()
[all …]
Drt274.h142 #define RT274_I2S_CTRL1 0x63 macro