Home | History | Annotate | Download | only in ic

Lines Matching defs:coeff

1770 	uint32_t coeff, exp, man, reg;
1773 coeff = (100 << 24) / c->ic_freq;
1774 athn_get_delta_slope(coeff, &exp, &man);
1775 DPRINTFN(DBG_RX, sc, "delta slope coeff exp=%u man=%u\n", exp, man);
1782 /* For Short GI, coeff is 9/10 that of normal coeff. */
1783 coeff = (9 * coeff) / 10;
1784 athn_get_delta_slope(coeff, &exp, &man);
1785 DPRINTFN(DBG_RX, sc, "delta slope coeff exp=%u man=%u\n", exp, man);