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

/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_reset.c729 uint32_t coef_scaled, ds_coef_exp, ds_coef_man; local
751 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp);
754 AR_PHY_TIMING3_DSC_MAN, ds_coef_man);
764 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp);
768 AR_PHY_HALFGI_DSC_MAN, ds_coef_man);
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c1798 unsigned long coef_scaled, coef_exp, coef_man, ds_coef_exp, ds_coef_man; local
1833 ds_coef_man = coef_man >> (COEF_SCALE_S - coef_exp);
1837 AR_PHY_TIMING3_DSC_MAN, ds_coef_man);

Completed in 123 milliseconds