Searched refs:pdadcValues (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Deeprom_def.c802 u8 *pdadcValues)
816 pdadcValues[k] = pdadcValues[k + diff];
821 pdadcValues[k] = pdadcValues[NUM_PDADC(diff)];
839 static u8 pdadcValues[AR5416_NUM_PDADC_VALUES]; local
920 txPower/2, pdadcValues);
927 pdadcValues,
959 diff, pdadcValues);
963 reg32 = get_unaligned_le32(&pdadcValues[
799 ath9k_adjust_pdadc_values(struct ath_hw *ah, int8_t pwr_table_offset, int16_t diff, u8 *pdadcValues) argument
[all...]
H A Deeprom_4k.c364 static u8 pdadcValues[AR5416_NUM_PDADC_VALUES]; local
415 pdadcValues, numXpdGain);
433 reg32 = get_unaligned_le32(&pdadcValues[4 * j]);
446 i, 4 * j, pdadcValues[4 * j],
447 4 * j + 1, pdadcValues[4 * j + 1],
448 4 * j + 2, pdadcValues[4 * j + 2],
449 4 * j + 3, pdadcValues[4 * j + 3]);
H A Deeprom_9287.c420 u8 pdadcValues[AR5416_NUM_PDADC_VALUES]; local
494 pdadcValues,
528 pdadcValues[j] = pdadcValues[j+diff];
532 pdadcValues[j] =
533 pdadcValues[AR5416_NUM_PDADC_VALUES-diff];
541 reg32 = get_unaligned_le32(&pdadcValues[4 * j]);

Completed in 33 milliseconds