Searched refs:ec_tx (Results 1 – 2 of 2) sorted by relevance
1977 u16 val, ec_tx, ec_hq_reg; in wsa_macro_enable_echo() local1984 ec_tx = val - 1; in wsa_macro_enable_echo()1988 ec_tx = (val >> CDC_WSA_RX_MIX_TX1_SEL_SHFT) - 1; in wsa_macro_enable_echo()1996 if (wsa->ec_hq[ec_tx]) { in wsa_macro_enable_echo()1997 ec_hq_reg = CDC_WSA_EC_HQ0_EC_REF_HQ_PATH_CTL + 0x40 * ec_tx; in wsa_macro_enable_echo()2001 ec_hq_reg = CDC_WSA_EC_HQ0_EC_REF_HQ_CFG0 + 0x40 * ec_tx; in wsa_macro_enable_echo()2016 int ec_tx = ((struct soc_mixer_control *) kcontrol->private_value)->shift; in wsa_macro_get_ec_hq() local2019 ucontrol->value.integer.value[0] = wsa->ec_hq[ec_tx]; in wsa_macro_get_ec_hq()2028 int ec_tx = ((struct soc_mixer_control *) kcontrol->private_value)->shift; in wsa_macro_set_ec_hq() local2032 wsa->ec_hq[ec_tx] = value; in wsa_macro_set_ec_hq()
3107 int ec_tx = -1; in rx_macro_enable_echo() 3112 ec_tx = ((val & 0xf0) >> 0x4) - 1; in rx_macro_enable_echo() 3114 ec_tx = (val & 0x0f) - 1; in rx_macro_enable_echo() 3119 ec_tx = (val & 0x0f) - 1; in rx_macro_enable_echo() 3121 if (ec_tx < 0 || (ec_tx >= RX_MACRO_EC_MUX_MAX)) { in rx_macro_enable_echo() 3127 0x40 * ec_tx; in rx_macro_enable_echo() 3130 0x40 * ec_tx; in rx_macro_enable_echo() 3103 int ec_tx = -1; rx_macro_enable_echo() local