Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/
Dar5416_reset.c729 uint32_t coef_scaled, ds_coef_exp, ds_coef_man; in ar5416SetDeltaSlope() local
751 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp); in ar5416SetDeltaSlope()
756 AR_PHY_TIMING3_DSC_EXP, ds_coef_exp); in ar5416SetDeltaSlope()
764 ar5416GetDeltaSlopeValues(ah, coef_scaled, &ds_coef_man, &ds_coef_exp); in ar5416SetDeltaSlope()
770 AR_PHY_HALFGI_DSC_EXP, ds_coef_exp); in ar5416SetDeltaSlope()
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5212_reset.c1798 unsigned long coef_scaled, coef_exp, coef_man, ds_coef_exp, ds_coef_man; in ar5212SetDeltaSlope() local
1834 ds_coef_exp = coef_exp - 16; in ar5212SetDeltaSlope()
1839 AR_PHY_TIMING3_DSC_EXP, ds_coef_exp); in ar5212SetDeltaSlope()