Searched refs:pwr_step (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | phy.c | 3084 u8 pdadc_i, pdadc_n, pwr_step, pdg, max_idx, table_size; in ath5k_combine_pwr_to_pdadc_curves() local 3123 pwr_step = pdadc_tmp[1] - pdadc_tmp[0]; in ath5k_combine_pwr_to_pdadc_curves() 3125 pwr_step = 1; in ath5k_combine_pwr_to_pdadc_curves() 3130 s16 tmp = pdadc_tmp[0] + pdadc_0 * pwr_step; in ath5k_combine_pwr_to_pdadc_curves() 3151 pwr_step = pdadc_tmp[table_size - 1] - in ath5k_combine_pwr_to_pdadc_curves() 3154 pwr_step = 1; in ath5k_combine_pwr_to_pdadc_curves() 3160 (pdadc_0 - max_idx) * pwr_step; in ath5k_combine_pwr_to_pdadc_curves()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | phy.c | 3081 u8 pdadc_i, pdadc_n, pwr_step, pdg, max_idx, table_size; in ath5k_combine_pwr_to_pdadc_curves() local 3120 pwr_step = pdadc_tmp[1] - pdadc_tmp[0]; in ath5k_combine_pwr_to_pdadc_curves() 3122 pwr_step = 1; in ath5k_combine_pwr_to_pdadc_curves() 3127 s16 tmp = pdadc_tmp[0] + pdadc_0 * pwr_step; in ath5k_combine_pwr_to_pdadc_curves() 3148 pwr_step = pdadc_tmp[table_size - 1] - in ath5k_combine_pwr_to_pdadc_curves() 3151 pwr_step = 1; in ath5k_combine_pwr_to_pdadc_curves() 3157 (pdadc_0 - max_idx) * pwr_step; in ath5k_combine_pwr_to_pdadc_curves()
|
Completed in 8 milliseconds