Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath5k/
Dphy.c3088 u8 pdadc_i, pdadc_n, pwr_step, pdg, max_idx, table_size; in ath5k_combine_pwr_to_pdadc_curves() local
3127 pwr_step = pdadc_tmp[1] - pdadc_tmp[0]; in ath5k_combine_pwr_to_pdadc_curves()
3129 pwr_step = 1; in ath5k_combine_pwr_to_pdadc_curves()
3134 s16 tmp = pdadc_tmp[0] + pdadc_0 * pwr_step; in ath5k_combine_pwr_to_pdadc_curves()
3155 pwr_step = pdadc_tmp[table_size - 1] - in ath5k_combine_pwr_to_pdadc_curves()
3158 pwr_step = 1; in ath5k_combine_pwr_to_pdadc_curves()
3164 (pdadc_0 - max_idx) * pwr_step; in ath5k_combine_pwr_to_pdadc_curves()