Searched refs:txPower (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_phycfg.c538 s8 txPower = 0, powerDiffByRate = 0, limit = 0; local
540 txPower = (s8) PHY_GetTxPowerIndexBase(padapter, RFPath, Rate, BandWidth, Channel);
553 txPower += powerDiffByRate;
555 txPower += PHY_GetTxPowerTrackingOffset(padapter, RFPath, Rate);
557 if (txPower > MAX_POWER_INDEX)
558 txPower = MAX_POWER_INDEX;
560 return (u8) txPower;
H A Dhal_com_phycfg.c461 u8 txPower = 0; local
468 txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx];
470 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx];
474 txPower += pHalData->OFDM_24G_Diff[RFPath][TX_1S];
478 txPower += pHalData->BW20_24G_Diff[RFPath][TX_1S];
481 txPower += pHalData->BW40_24G_Diff[RFPath][TX_1S];
484 return txPower;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Deeprom_9287.c313 int32_t txPower, u16 chain)
337 a = (txPower)&0xff;
347 a = (txPower)&0xff;
417 int8_t txPower; local
421 &txPower);
422 ar9287_eeprom_olpc_set_pdadcs(ah, txPower, i);
312 ar9287_eeprom_olpc_set_pdadcs(struct ath_hw *ah, int32_t txPower, u16 chain) argument
H A Deeprom_def.c58 int txPower,
72 offset = txPower;
846 u8 txPower; local
850 pCalBChans, numPiers, &txPower, &pcdacIdx);
852 txPower/2, pdadcValues);
56 ath9k_olc_get_pdadcs(struct ath_hw *ah, u32 initTxGain, int txPower, u8 *pPDADCValues) argument

Completed in 542 milliseconds