Lines Matching defs:eqd
5194 int eqd, i, num = 0;5216 eqd = (pps / 1500) << 2;5218 if (eqd < 8)5219 eqd = 0;5220 eqd = min_t(u32, eqd, BEISCSI_EQ_DELAY_MAX);5221 eqd = max_t(u32, eqd, BEISCSI_EQ_DELAY_MIN);5226 if (eqd != aic->prev_eqd) {5227 set_eqd[num].delay_multiplier = (eqd * 65)/100;5229 aic->prev_eqd = eqd;