Searched refs:coef_scaled (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_reset.c697 ar5416GetDeltaSlopeValues(struct ath_hal *ah, uint32_t coef_scaled, argument
707 if ((coef_scaled >> coef_exp) & 0x1)
717 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1));
729 uint32_t coef_scaled, ds_coef_exp, ds_coef_man; local
749 coef_scaled = clockMhzScaled / centers.synth_center;
751 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp);
762 coef_scaled = (9 * coef_scaled)/10;
764 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp);
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c1798 unsigned long coef_scaled, coef_exp, coef_man, ds_coef_exp, ds_coef_man; local
1815 coef_scaled = clockMhzScaled / chan->channel;
1822 if ((coef_scaled >> coef_exp) & 0x1)
1832 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1));

Completed in 105 milliseconds