Home
last modified time | relevance | path

Searched refs:pdadc_tmp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Dphy.c3082 u8 *pdadc_tmp; in ath5k_combine_pwr_to_pdadc_curves() local
3095 pdadc_tmp = ah->ah_txpower.tmpL[pdg]; in ath5k_combine_pwr_to_pdadc_curves()
3122 if ((pdadc_tmp[1] - pdadc_tmp[0]) > 1) in ath5k_combine_pwr_to_pdadc_curves()
3123 pwr_step = pdadc_tmp[1] - pdadc_tmp[0]; in ath5k_combine_pwr_to_pdadc_curves()
3130 s16 tmp = pdadc_tmp[0] + pdadc_0 * pwr_step; in ath5k_combine_pwr_to_pdadc_curves()
3143 pdadc_out[pdadc_i++] = pdadc_tmp[pdadc_0++]; in ath5k_combine_pwr_to_pdadc_curves()
3150 if ((pdadc_tmp[table_size - 1] - pdadc_tmp[table_siz in ath5k_combine_pwr_to_pdadc_curves()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H A Dphy.c3079 u8 *pdadc_tmp; in ath5k_combine_pwr_to_pdadc_curves() local
3092 pdadc_tmp = ah->ah_txpower.tmpL[pdg]; in ath5k_combine_pwr_to_pdadc_curves()
3119 if ((pdadc_tmp[1] - pdadc_tmp[0]) > 1) in ath5k_combine_pwr_to_pdadc_curves()
3120 pwr_step = pdadc_tmp[1] - pdadc_tmp[0]; in ath5k_combine_pwr_to_pdadc_curves()
3127 s16 tmp = pdadc_tmp[0] + pdadc_0 * pwr_step; in ath5k_combine_pwr_to_pdadc_curves()
3140 pdadc_out[pdadc_i++] = pdadc_tmp[pdadc_0++]; in ath5k_combine_pwr_to_pdadc_curves()
3147 if ((pdadc_tmp[table_size - 1] - pdadc_tmp[table_siz in ath5k_combine_pwr_to_pdadc_curves()
[all...]

Completed in 8 milliseconds