Searched refs:pcdac_out (Results 1 – 1 of 1) sorted by relevance
1843 u8 *pcdac_out = ah->ah_txpower.txp_pd_table; in ath5k_fill_pwr_to_pcdac_table() local1858 pcdac_out[pcdac_i++] = pcdac_0; in ath5k_fill_pwr_to_pcdac_table()1864 pcdac_out[pcdac_i++] = pcdac_tmp[i]; in ath5k_fill_pwr_to_pcdac_table()1870 pcdac_out[pcdac_i++] = pcdac_n; in ath5k_fill_pwr_to_pcdac_table()1889 u8 *pcdac_out = ah->ah_txpower.txp_pd_table; in ath5k_combine_linear_pcdac_curves() local1960 pcdac_out[i] = pcdac_out[i + 1]; in ath5k_combine_linear_pcdac_curves()1966 pcdac_out[i] = pcdac_tmp[pwr] | edge_flag; in ath5k_combine_linear_pcdac_curves()1971 if (pcdac_out[i] > 126) in ath5k_combine_linear_pcdac_curves()1972 pcdac_out[i] = 126; in ath5k_combine_linear_pcdac_curves()1983 u8 *pcdac_out = ah->ah_txpower.txp_pd_table; in ath5k_setup_pcdac_table() local[all …]