Searched refs:pwrPdg (Results 1 – 3 of 3) sorted by relevance
382 u8 pwrPdg[2][5]; member512 u8 pwrPdg[AR5416_NUM_PD_GAINS][AR5416_PD_GAIN_ICEPTS]; member517 u8 pwrPdg[AR5416_EEP4K_NUM_PD_GAINS][AR5416_PD_GAIN_ICEPTS]; member537 u8 pwrPdg[2][5]; member544 u8 pwrPdg[AR5416_NUM_PD_GAINS][AR9287_PD_GAIN_ICEPTS]; member
304 *pPwr = (int8_t) pRawDatasetOpLoop[idxL].pwrPdg[0][0]; in ar9287_eeprom_get_tx_gain_index()306 *pPwr = ((int8_t) pRawDatasetOpLoop[idxL].pwrPdg[0][0] + in ar9287_eeprom_get_tx_gain_index()307 (int8_t) pRawDatasetOpLoop[idxR].pwrPdg[0][0])/2; in ar9287_eeprom_get_tx_gain_index()
42 *pwr = rawDatasetOpLoop[idxL].pwrPdg[0][0]; in ath9k_get_txgain_index()45 *pwr = (rawDatasetOpLoop[idxL].pwrPdg[0][0] + in ath9k_get_txgain_index()46 rawDatasetOpLoop[idxR].pwrPdg[0][0])/2; in ath9k_get_txgain_index()