Searched refs:idxL (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
D | eeprom.c | 248 u16 idxL = 0, idxR = 0; in ath9k_hw_fill_vpd_table() local 252 numIntercepts, &(idxL), in ath9k_hw_fill_vpd_table() 256 if (idxL == numIntercepts - 1) in ath9k_hw_fill_vpd_table() 257 idxL = (u16) (numIntercepts - 2); in ath9k_hw_fill_vpd_table() 258 if (pPwrList[idxL] == pPwrList[idxR]) in ath9k_hw_fill_vpd_table() 259 k = pVpdList[idxL]; 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 [all …]
|
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() 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()
|
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() 41 pcdac = rawDatasetOpLoop[idxL].pcdac[0][0]; in ath9k_get_txgain_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()
|