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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c863 uint32_t coef_scaled, ds_coef_exp, ds_coef_man; local
885 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp);
888 AR_PHY_TIMING3_DSC_MAN, ds_coef_man);
898 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp);
902 AR_PHY_HALFGI_DSC_MAN, ds_coef_man);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1935 unsigned long coef_scaled, coef_exp, coef_man, ds_coef_exp, ds_coef_man; local
1970 ds_coef_man = coef_man >> (COEF_SCALE_S - coef_exp);
1974 AR_PHY_TIMING3_DSC_MAN, ds_coef_man);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c784 u_int32_t coef_scaled, ds_coef_exp, ds_coef_man; local
807 ar9300_get_delta_slope_values(ah, coef_scaled, &ds_coef_man, &ds_coef_exp);
809 OS_REG_RMW_FIELD(ah, AR_PHY_TIMING3, AR_PHY_TIMING3_DSC_MAN, ds_coef_man);
818 ar9300_get_delta_slope_values(ah, coef_scaled, &ds_coef_man, &ds_coef_exp);
821 OS_REG_RMW_FIELD(ah, AR_PHY_SGI_DELTA, AR_PHY_SGI_DSC_MAN, ds_coef_man);

Completed in 171 milliseconds