Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_phy.c2015 u8 *pdadc_tmp; in ath5k_combine_pwr_to_pdadc_curves() local
2028 pdadc_tmp = ah->ah_txpower.tmpL[pdg]; in ath5k_combine_pwr_to_pdadc_curves()
2055 if ((pdadc_tmp[1] - pdadc_tmp[0]) > 1) in ath5k_combine_pwr_to_pdadc_curves()
2056 pwr_step = pdadc_tmp[1] - pdadc_tmp[0]; in ath5k_combine_pwr_to_pdadc_curves()
2063 s16 tmp = pdadc_tmp[0] + pdadc_0 * pwr_step; in ath5k_combine_pwr_to_pdadc_curves()
2076 pdadc_out[pdadc_i++] = pdadc_tmp[pdadc_0++]; in ath5k_combine_pwr_to_pdadc_curves()
2083 if ((pdadc_tmp[table_size - 1] - pdadc_tmp[table_size - 2]) > 1) in ath5k_combine_pwr_to_pdadc_curves()
2084 pwr_step = pdadc_tmp[table_size - 1] - in ath5k_combine_pwr_to_pdadc_curves()
2085 pdadc_tmp[table_size - 2]; in ath5k_combine_pwr_to_pdadc_curves()
2092 s16 tmp = pdadc_tmp[table_size - 1] + in ath5k_combine_pwr_to_pdadc_curves()