Searched refs:ds_coef_exp (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_reset.c | 861 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() 888 AR_PHY_TIMING3_DSC_EXP, ds_coef_exp); in ar5416SetDeltaSlope() 896 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp); in ar5416SetDeltaSlope() 902 AR_PHY_HALFGI_DSC_EXP, ds_coef_exp); in ar5416SetDeltaSlope()
|
/freebsd/sys/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 1969 ds_coef_exp = coef_exp - 16; in ar5212SetDeltaSlope() 1974 AR_PHY_TIMING3_DSC_EXP, ds_coef_exp); in ar5212SetDeltaSlope()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_reset.c | 784 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() 810 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING3, AR_PHY_TIMING3_DSC_EXP, ds_coef_exp); 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() 822 OS_REG_RMW_FIELD(ah, AR_PHY_SGI_DELTA, AR_PHY_SGI_DSC_EXP, ds_coef_exp); in ar9300_set_delta_slope()
|