Lines Matching refs:pcdac_out
2884 u8 *pcdac_out = ah->ah_txpower.txp_pd_table; in ath5k_fill_pwr_to_pcdac_table() local
2899 pcdac_out[pcdac_i++] = pcdac_0; in ath5k_fill_pwr_to_pcdac_table()
2905 pcdac_out[pcdac_i++] = pcdac_tmp[i]; in ath5k_fill_pwr_to_pcdac_table()
2911 pcdac_out[pcdac_i++] = pcdac_n; in ath5k_fill_pwr_to_pcdac_table()
2934 u8 *pcdac_out = ah->ah_txpower.txp_pd_table; in ath5k_combine_linear_pcdac_curves() local
3005 pcdac_out[i] = pcdac_out[i + 1]; in ath5k_combine_linear_pcdac_curves()
3011 pcdac_out[i] = pcdac_tmp[pwr] | edge_flag; in ath5k_combine_linear_pcdac_curves()
3016 if (pcdac_out[i] > 126) in ath5k_combine_linear_pcdac_curves()
3017 pcdac_out[i] = 126; in ath5k_combine_linear_pcdac_curves()
3031 u8 *pcdac_out = ah->ah_txpower.txp_pd_table; in ath5k_write_pcdac_table() local
3039 (((pcdac_out[2 * i + 0] << 8 | 0xff) & 0xffff) << 0) | in ath5k_write_pcdac_table()
3040 (((pcdac_out[2 * i + 1] << 8 | 0xff) & 0xffff) << 16), in ath5k_write_pcdac_table()