Searched defs:pPDADCValues (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Deeprom.c318 u16 *pPdGainBoundaries, u8 *pPDADCValues,
475 pPDADCValues[k++] = (u8)((tmpVal < 0) ? 0 : tmpVal);
486 pPDADCValues[k++] = vpdTableI[i][ss++];
498 pPDADCValues[k++] = (u8)((tmpVal > 255) ?
516 pPDADCValues[k] = pPDADCValues[k - 1];
313 ath9k_hw_get_gain_boundaries_pdadcs(struct ath_hw *ah, struct ath9k_channel *chan, void *pRawDataSet, u8 *bChans, u16 availPiers, u16 tPdGainOverlap, u16 *pPdGainBoundaries, u8 *pPDADCValues, u16 numXpdGains) argument
H A Deeprom_def.c59 u8 *pPDADCValues)
75 pPDADCValues[i] = 0x0;
77 pPDADCValues[i] = 0xFF;
56 ath9k_olc_get_pdadcs(struct ath_hw *ah, u32 initTxGain, int txPower, u8 *pPDADCValues) argument

Completed in 56 milliseconds