Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c861 uint32_t coef_scaled, ds_coef_exp, ds_coef_man; in ar5416SetDeltaSlope() local
883 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp); in ar5416SetDeltaSlope()
886 AR_PHY_TIMING3_DSC_MAN, ds_coef_man); in ar5416SetDeltaSlope()
896 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp); in ar5416SetDeltaSlope()
900 AR_PHY_HALFGI_DSC_MAN, ds_coef_man); in ar5416SetDeltaSlope()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1933 unsigned long coef_scaled, coef_exp, coef_man, ds_coef_exp, ds_coef_man; in ar5212SetDeltaSlope() local
1968 ds_coef_man = coef_man >> (COEF_SCALE_S - coef_exp); in ar5212SetDeltaSlope()
1972 AR_PHY_TIMING3_DSC_MAN, ds_coef_man); in ar5212SetDeltaSlope()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c784 u_int32_t coef_scaled, ds_coef_exp, ds_coef_man; in ar9300_set_delta_slope() local
807 ar9300_get_delta_slope_values(ah, coef_scaled, &ds_coef_man, &ds_coef_exp); in ar9300_set_delta_slope()
809 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING3, AR_PHY_TIMING3_DSC_MAN, ds_coef_man); 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()
821 OS_REG_RMW_FIELD(ah, AR_PHY_SGI_DELTA, AR_PHY_SGI_DSC_MAN, ds_coef_man); in ar9300_set_delta_slope()