/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 1834 ds_coef_exp = coef_exp - 16; 1839 AR_PHY_TIMING3_DSC_EXP, ds_coef_exp);
|
ar5212_reset.c | 1798 unsigned long coef_scaled, coef_exp, coef_man, ds_coef_exp, ds_coef_man; local in function:ar5212SetDeltaSlope 1834 ds_coef_exp = coef_exp - 16; 1839 AR_PHY_TIMING3_DSC_EXP, ds_coef_exp);
|
/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); 756 AR_PHY_TIMING3_DSC_EXP, ds_coef_exp); 764 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp); 770 AR_PHY_HALFGI_DSC_EXP, ds_coef_exp);
|
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); 756 AR_PHY_TIMING3_DSC_EXP, ds_coef_exp); 764 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp); 770 AR_PHY_HALFGI_DSC_EXP, ds_coef_exp);
|