Home
last modified time | relevance | path

Searched refs:hd2_enable_reg (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/codecs/
H A Dlpass-wsa-macro.c1570 u16 hd2_enable_reg; in wsa_macro_hd2_control() local
1574 hd2_enable_reg = CDC_WSA_RX0_RX_PATH_CFG0; in wsa_macro_hd2_control()
1578 hd2_enable_reg = CDC_WSA_RX1_RX_PATH_CFG0; in wsa_macro_hd2_control()
1581 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in wsa_macro_hd2_control()
1588 snd_soc_component_update_bits(component, hd2_enable_reg, in wsa_macro_hd2_control()
1593 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wsa_macro_hd2_control()
1594 snd_soc_component_update_bits(component, hd2_enable_reg, in wsa_macro_hd2_control()
H A Dlpass-rx-macro.c2406 u16 hd2_scale_reg, hd2_enable_reg; in rx_macro_hd2_control()
2411 hd2_enable_reg = CDC_RX_RXn_RX_PATH_CFG0(rx, 0); in rx_macro_hd2_control()
2415 hd2_enable_reg = CDC_RX_RXn_RX_PATH_CFG0(rx, 1); in rx_macro_hd2_control()
2419 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in rx_macro_hd2_control()
2422 snd_soc_component_write_field(component, hd2_enable_reg, in rx_macro_hd2_control()
2426 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in rx_macro_hd2_control()
2427 snd_soc_component_write_field(component, hd2_enable_reg, in rx_macro_hd2_control()
2402 u16 hd2_scale_reg, hd2_enable_reg; rx_macro_hd2_control() local
H A Dwcd9335.c3096 u16 hd2_enable_reg = 0; in wcd9335_codec_hd2_control()
3100 hd2_enable_reg = WCD9335_CDC_RX1_RX_PATH_CFG0; in wcd9335_codec_hd2_control()
3104 hd2_enable_reg = WCD9335_CDC_RX2_RX_PATH_CFG0; in wcd9335_codec_hd2_control()
3107 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in wcd9335_codec_hd2_control()
3114 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd9335_codec_hd2_control()
3119 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wcd9335_codec_hd2_control()
3120 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd9335_codec_hd2_control()
3092 u16 hd2_enable_reg = 0; wcd9335_codec_hd2_control() local
H A Dwcd934x.c4119 u16 hd2_enable_reg = 0; in wcd934x_codec_enable_slim()
4124 hd2_enable_reg = WCD934X_CDC_RX1_RX_PATH_CFG0; in wcd934x_codec_enable_slim()
4128 hd2_enable_reg = WCD934X_CDC_RX2_RX_PATH_CFG0; in wcd934x_codec_hd2_control()
4138 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd934x_codec_hd2_control()
4144 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd934x_codec_hd2_control()
4131 u16 hd2_enable_reg = 0; wcd934x_codec_hd2_control() local