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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c1637 uint32_t coef_scaled,
1644 if ((coef_scaled >> coef_exp) & 0x1)
1649 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1));
1659 uint32_t coef_scaled, ds_coef_exp, ds_coef_man; local
1669 coef_scaled = clockMhzScaled / centers.synth_center;
1671 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man,
1679 coef_scaled = (9 * coef_scaled) / 10;
1681 ath9k_hw_get_delta_slope_vals(ah, coef_scaled, &ds_coef_man,
1636 ath9k_hw_get_delta_slope_vals(struct ath_hal *ah, uint32_t coef_scaled, uint32_t *coef_mantissa, uint32_t *coef_exponent) argument

Completed in 70 milliseconds