Home
last modified time | relevance | path

Searched refs:COEF_SCALE_S (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1930 #define COEF_SCALE_S 24 in ar5212SetDeltaSlope() macro
1961 coef_exp = 14 - (coef_exp - COEF_SCALE_S); in ar5212SetDeltaSlope()
1967 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1)); in ar5212SetDeltaSlope()
1968 ds_coef_man = coef_man >> (COEF_SCALE_S - coef_exp); in ar5212SetDeltaSlope()
1976 #undef COEF_SCALE_S in ar5212SetDeltaSlope()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c832 #define COEF_SCALE_S 24 in ar5416GetDeltaSlopeValues() macro
843 coef_exp = 14 - (coef_exp - COEF_SCALE_S); in ar5416GetDeltaSlopeValues()
849 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1)); in ar5416GetDeltaSlopeValues()
851 *coef_mantissa = coef_man >> (COEF_SCALE_S - coef_exp); in ar5416GetDeltaSlopeValues()
854 #undef COEF_SCALE_S in ar5416GetDeltaSlopeValues()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c37 #define COEF_SCALE_S 24 macro
762 coef_exp = 14 - (coef_exp - COEF_SCALE_S); in ar9300_get_delta_slope_values()
769 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1)); in ar9300_get_delta_slope_values()
771 *coef_mantissa = coef_man >> (COEF_SCALE_S - coef_exp); in ar9300_get_delta_slope_values()