/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_reset.c | 1798 unsigned long coef_scaled, coef_exp, coef_man, ds_coef_exp, ds_coef_man; local in function:ar5212SetDeltaSlope 1833 ds_coef_man = coef_man >> (COEF_SCALE_S - coef_exp); 1837 AR_PHY_TIMING3_DSC_MAN, ds_coef_man);
|
/src/sys/external/isc/atheros_hal/dist/ar5416/ |
ar5416_reset.c | 729 uint32_t coef_scaled, ds_coef_exp, ds_coef_man; local in function:ar5416SetDeltaSlope 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);
|