Searched refs:coef_scaled (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_reset.c | 829 ar5416GetDeltaSlopeValues(struct ath_hal *ah, uint32_t coef_scaled, in ar5416GetDeltaSlopeValues() argument 839 if ((coef_scaled >> coef_exp) & 0x1) in ar5416GetDeltaSlopeValues() 849 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1)); in ar5416GetDeltaSlopeValues() 861 uint32_t coef_scaled, ds_coef_exp, ds_coef_man; in ar5416SetDeltaSlope() local 881 coef_scaled = clockMhzScaled / centers.synth_center; in ar5416SetDeltaSlope() 883 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp); in ar5416SetDeltaSlope() 894 coef_scaled = (9 * coef_scaled)/10; in ar5416SetDeltaSlope() 896 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp); in ar5416SetDeltaSlope()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/ |
H A D | ar9300_reset.c | 746 ar9300_get_delta_slope_values(struct ath_hal *ah, u_int32_t coef_scaled, in ar9300_get_delta_slope_values() argument 756 if ((coef_scaled >> coef_exp) & 0x1) { in ar9300_get_delta_slope_values() 769 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1)); in ar9300_get_delta_slope_values() 784 u_int32_t coef_scaled, ds_coef_exp, ds_coef_man; in ar9300_set_delta_slope() local 805 coef_scaled = clock_mhz_scaled / centers.synth_center; in ar9300_set_delta_slope() 807 ar9300_get_delta_slope_values(ah, coef_scaled, &ds_coef_man, &ds_coef_exp); in ar9300_set_delta_slope() 816 coef_scaled = (9 * coef_scaled) / 10; in ar9300_set_delta_slope() 818 ar9300_get_delta_slope_values(ah, coef_scaled, &ds_coef_man, &ds_coef_exp); in ar9300_set_delta_slope()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_reset.c | 1933 unsigned long coef_scaled, coef_exp, coef_man, ds_coef_exp, ds_coef_man; in ar5212SetDeltaSlope() local 1950 coef_scaled = clockMhzScaled / freq; in ar5212SetDeltaSlope() 1957 if ((coef_scaled >> coef_exp) & 0x1) in ar5212SetDeltaSlope() 1967 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1)); in ar5212SetDeltaSlope()
|