Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath5k/
Dphy.c2881 u8 *pcdac_tmp = ah->ah_txpower.tmpL[0]; in ath5k_fill_pwr_to_pcdac_table() local
2887 pcdac_0 = pcdac_tmp[0]; in ath5k_fill_pwr_to_pcdac_table()
2890 pcdac_n = pcdac_tmp[table_max[0] - table_min[0]]; in ath5k_fill_pwr_to_pcdac_table()
2901 pcdac_out[pcdac_i++] = pcdac_tmp[i]; in ath5k_fill_pwr_to_pcdac_table()
2933 u8 *pcdac_tmp; in ath5k_combine_linear_pcdac_curves() local
2967 pcdac_tmp = pcdac_high_pwr; in ath5k_combine_linear_pcdac_curves()
2975 pcdac_tmp = pcdac_high_pwr; in ath5k_combine_linear_pcdac_curves()
2991 pcdac_tmp = pcdac_low_pwr; in ath5k_combine_linear_pcdac_curves()
2999 if (pcdac_tmp[pwr] < 1 && (edge_flag == 0x00)) { in ath5k_combine_linear_pcdac_curves()
3007 pcdac_out[i] = pcdac_tmp[pwr] | edge_flag; in ath5k_combine_linear_pcdac_curves()