Searched refs:idxR (Results 1 – 3 of 3) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | eeprom.c | 248 u16 idxL = 0, idxR = 0; in ath9k_hw_fill_vpd_table() local 253 &(idxR)); in ath9k_hw_fill_vpd_table() 254 if (idxR < 1) in ath9k_hw_fill_vpd_table() 255 idxR = 1; in ath9k_hw_fill_vpd_table() 258 if (pPwrList[idxL] == pPwrList[idxR]) in ath9k_hw_fill_vpd_table() 261 k = (u16)(((currPwr - pPwrList[idxL]) * pVpdList[idxR] + in ath9k_hw_fill_vpd_table() 262 (pPwrList[idxR] - currPwr) * pVpdList[idxL]) / in ath9k_hw_fill_vpd_table() 263 (pPwrList[idxR] - pPwrList[idxL])); in ath9k_hw_fill_vpd_table() 464 u16 idxL = 0, idxR = 0, numPiers; in ath9k_hw_get_gain_boundaries_pdadcs() local 503 bChans, numPiers, &idxL, &idxR); in ath9k_hw_get_gain_boundaries_pdadcs() [all …]
|
D | eeprom_def.c | 27 u16 idxL = 0, idxR = 0, numPiers; in ath9k_get_txgain_index() local 39 calChans, numPiers, &idxL, &idxR); in ath9k_get_txgain_index() 44 pcdac = rawDatasetOpLoop[idxR].pcdac[0][0]; in ath9k_get_txgain_index() 46 rawDatasetOpLoop[idxR].pwrPdg[0][0])/2; in ath9k_get_txgain_index()
|
D | eeprom_9287.c | 288 u16 idxL = 0, idxR = 0, numPiers; in ar9287_eeprom_get_tx_gain_index() local 301 pCalChans, numPiers, &idxL, &idxR); in ar9287_eeprom_get_tx_gain_index() 307 (int8_t) pRawDatasetOpLoop[idxR].pwrPdg[0][0])/2; in ar9287_eeprom_get_tx_gain_index()
|