Lines Matching defs:eqd
5203 int eqd, i, num = 0;5225 eqd = (pps / 1500) << 2;5227 if (eqd < 8)5228 eqd = 0;5229 eqd = min_t(u32, eqd, BEISCSI_EQ_DELAY_MAX);5230 eqd = max_t(u32, eqd, BEISCSI_EQ_DELAY_MIN);5235 if (eqd != aic->prev_eqd) {5236 set_eqd[num].delay_multiplier = (eqd * 65)/100;5238 aic->prev_eqd = eqd;