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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c831 ar5416GetDeltaSlopeValues(struct ath_hal *ah, uint32_t coef_scaled, argument
841 if ((coef_scaled >> coef_exp) & 0x1)
851 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1));
863 uint32_t coef_scaled, ds_coef_exp, ds_coef_man; local
883 coef_scaled = clockMhzScaled / centers.synth_center;
885 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp);
896 coef_scaled = (9 * coef_scaled)/10;
898 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp);
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c746 ar9300_get_delta_slope_values(struct ath_hal *ah, u_int32_t coef_scaled, argument
756 if ((coef_scaled >> coef_exp) & 0x1) {
769 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1));
784 u_int32_t coef_scaled, ds_coef_exp, ds_coef_man; local
805 coef_scaled = clock_mhz_scaled / centers.synth_center;
807 ar9300_get_delta_slope_values(ah, coef_scaled, &ds_coef_man, &ds_coef_exp);
816 coef_scaled = (9 * coef_scaled) / 10;
818 ar9300_get_delta_slope_values(ah, coef_scaled, &ds_coef_man, &ds_coef_exp);
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1935 unsigned long coef_scaled, coef_exp, coef_man, ds_coef_exp, ds_coef_man; local
1952 coef_scaled = clockMhzScaled / freq;
1959 if ((coef_scaled >> coef_exp) & 0x1)
1969 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1));

Completed in 257 milliseconds