Searched refs:pcdac (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Deeprom_def.c26 u8 pcdac, i = 0; ath9k_get_txgain_index() local
41 pcdac = rawDatasetOpLoop[idxL].pcdac[0][0]; ath9k_get_txgain_index()
44 pcdac = rawDatasetOpLoop[idxR].pcdac[0][0]; ath9k_get_txgain_index()
49 while (pcdac > ah->originalGain[i] && ath9k_get_txgain_index()
H A Deeprom.h372 u8 pcdac[2][5]; member in struct:calDataPerFreqOpLoop
527 u8 pcdac[2][5]; member in struct:cal_data_op_loop_ar9287
H A Dar9003_eeprom.h247 /* pcdac used for power measurement */
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Deeprom.c639 * 10% of the pcdac curve -until the curve reaches its maximum-
642 * the pcdac steps based on eeprom version and curve min/max so that we
643 * can have pcdac/pwr points.
775 pd->pd_step[point] = pcinfo->pcdac[point]; ath5k_eeprom_convert_pcal_info_5111()
877 cdata->pcdac_max, cdata->pcdac); ath5k_eeprom_read_pcal_info_5111()
H A Deeprom.h279 u8 pcdac[AR5K_EEPROM_N_PWR_POINTS_5111]; member in struct:ath5k_chan_pcal_info_rf5111
H A Dphy.c2449 * @stepL: Left array with y values (pcdac steps)
2450 * @stepR: Right array with y values (pcdac steps)
2455 * until we reach 1 (1 pcdac step) we need to know which point
2457 * pcdac values when creating the curve, or fill the table with zeros.
2467 /* Some vendors write the same pcdac value twice !!! */ ath5k_get_linear_pcdac_min()
3013 /* Extrapolate above if pcdac is greater than ath5k_combine_linear_pcdac_curves()

Completed in 246 milliseconds