Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/codecs/
Dlpass-wsa-macro.c1721 u16 val, ec_tx, ec_hq_reg; in wsa_macro_enable_echo() local
1741 ec_hq_reg = CDC_WSA_EC_HQ0_EC_REF_HQ_PATH_CTL + 0x40 * ec_tx; in wsa_macro_enable_echo()
1742 snd_soc_component_update_bits(component, ec_hq_reg, in wsa_macro_enable_echo()
1745 ec_hq_reg = CDC_WSA_EC_HQ0_EC_REF_HQ_CFG0 + 0x40 * ec_tx; in wsa_macro_enable_echo()
1747 snd_soc_component_update_bits(component, ec_hq_reg, in wsa_macro_enable_echo()
Dlpass-rx-macro.c2906 u16 val, ec_hq_reg; in rx_macro_enable_echo() local
2926 ec_hq_reg = CDC_RX_EC_REF_HQ0_EC_REF_HQ_PATH_CTL + in rx_macro_enable_echo()
2928 snd_soc_component_update_bits(component, ec_hq_reg, 0x01, 0x01); in rx_macro_enable_echo()
2929 ec_hq_reg = CDC_RX_EC_REF_HQ0_EC_REF_HQ_CFG0 + in rx_macro_enable_echo()
2932 snd_soc_component_update_bits(component, ec_hq_reg, 0x1E, 0x08); in rx_macro_enable_echo()