Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
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()