Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5212_reset.c1935 unsigned long coef_scaled, coef_exp, coef_man, ds_coef_exp, ds_coef_man; in ar5212SetDeltaSlope() local
1969 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1)); in ar5212SetDeltaSlope()
1970 ds_coef_man = coef_man >> (COEF_SCALE_S - coef_exp); in ar5212SetDeltaSlope()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416_reset.c824 uint32_t coef_exp, coef_man; in ar5416GetDeltaSlopeValues() local
840 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1)); in ar5416GetDeltaSlopeValues()
842 *coef_mantissa = coef_man >> (COEF_SCALE_S - coef_exp); in ar5416GetDeltaSlopeValues()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_reset.c726 u_int32_t coef_exp, coef_man; in ar9300_get_delta_slope_values() local
746 coef_man = coef_scaled + (1 << (COEF_SCALE_S - coef_exp - 1)); in ar9300_get_delta_slope_values()
748 *coef_mantissa = coef_man >> (COEF_SCALE_S - coef_exp); in ar9300_get_delta_slope_values()