Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dlpass-wsa-macro.c1564 u16 hd2_enable_reg; in wsa_macro_hd2_control() local
1568 hd2_enable_reg = CDC_WSA_RX0_RX_PATH_CFG0; in wsa_macro_hd2_control()
1572 hd2_enable_reg = CDC_WSA_RX1_RX_PATH_CFG0; in wsa_macro_hd2_control()
1575 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in wsa_macro_hd2_control()
1582 snd_soc_component_update_bits(component, hd2_enable_reg, in wsa_macro_hd2_control()
1587 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in wsa_macro_hd2_control()
1588 snd_soc_component_update_bits(component, hd2_enable_reg, in wsa_macro_hd2_control()
H A Dlpass-rx-macro.c2405 u16 hd2_scale_reg, hd2_enable_reg; in rx_macro_hd2_control() local
2410 hd2_enable_reg = CDC_RX_RXn_RX_PATH_CFG0(rx, 0); in rx_macro_hd2_control()
2414 hd2_enable_reg = CDC_RX_RXn_RX_PATH_CFG0(rx, 1); in rx_macro_hd2_control()
2418 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_ON(event)) { in rx_macro_hd2_control()
2421 snd_soc_component_write_field(component, hd2_enable_reg, in rx_macro_hd2_control()
2425 if (hd2_enable_reg && SND_SOC_DAPM_EVENT_OFF(event)) { in rx_macro_hd2_control()
2426 snd_soc_component_write_field(component, hd2_enable_reg, in rx_macro_hd2_control()
H A Dwcd934x.c4180 u16 hd2_enable_reg = 0; in wcd934x_codec_hd2_control() local
4185 hd2_enable_reg = WCD934X_CDC_RX1_RX_PATH_CFG0; in wcd934x_codec_hd2_control()
4189 hd2_enable_reg = WCD934X_CDC_RX2_RX_PATH_CFG0; in wcd934x_codec_hd2_control()
4199 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd934x_codec_hd2_control()
4205 snd_soc_component_update_bits(component, hd2_enable_reg, in wcd934x_codec_hd2_control()