Home | History | Annotate | Download | only in ic

Lines Matching defs:coeff

1945 	uint32_t coeff, exp, man, reg;
1948 coeff = (100 << 24) / c->ic_freq;
1949 athn_get_delta_slope(coeff, &exp, &man);
1950 DPRINTFN(DBG_RF, sc, "delta slope coeff exp=%u man=%u\n", exp, man);
1957 /* For Short GI, coeff is 9/10 that of normal coeff. */
1958 coeff = (9 * coeff) / 10;
1959 athn_get_delta_slope(coeff, &exp, &man);
1960 DPRINTFN(DBG_RF, sc, "delta slope coeff exp=%u man=%u\n", exp, man);
2313 ar9003_get_iq_corr(struct athn_softc *sc, int32_t res[6], int32_t coeff[2])
2409 coeff[0] = q_coff * 128 + i_coff;
2424 coeff[1] = q_coff * 128 + i_coff;
2436 int32_t res[6], coeff[2];
2477 if (ar9003_get_iq_corr(sc, res, coeff) != 0)
2483 coeff[0]);
2488 coeff[1] >> 7);
2490 coeff[1]);