Searched refs:idxR (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ath/ath9k/ |
D | eeprom.c | 258 u16 idxL = 0, idxR = 0; in ath9k_hw_fill_vpd_table() local 263 &(idxR)); in ath9k_hw_fill_vpd_table() 264 if (idxR < 1) in ath9k_hw_fill_vpd_table() 265 idxR = 1; in ath9k_hw_fill_vpd_table() 268 if (pPwrList[idxL] == pPwrList[idxR]) in ath9k_hw_fill_vpd_table() 271 k = (u16)(((currPwr - pPwrList[idxL]) * pVpdList[idxR] + in ath9k_hw_fill_vpd_table() 272 (pPwrList[idxR] - currPwr) * pVpdList[idxL]) / in ath9k_hw_fill_vpd_table() 273 (pPwrList[idxR] - pPwrList[idxL])); in ath9k_hw_fill_vpd_table() 474 u16 idxL = 0, idxR = 0, numPiers; in ath9k_hw_get_gain_boundaries_pdadcs() local 513 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()
|