Searched refs:echo_value (Results 1 – 1 of 1) sorted by relevance
276 int32_t echo_value; in oslec_update() local364 echo_value = fir16(&ec->fir_state, tx); in oslec_update()365 ec->clean = rx - echo_value; in oslec_update()371 echo_value = fir16(&ec->fir_state_bg, tx); in oslec_update()372 clean_bg = rx - echo_value; in oslec_update()