Home
last modified time | relevance | path

Searched refs:BW20_24G_Diff (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8188eu/hal/
Dphy.c149 hal_data->BW20_24G_Diff[TxCount][RF_PATH_A]; in get_tx_power_index()
154 hal_data->BW20_24G_Diff[RF_PATH_A][index] + in get_tx_power_index()
155 hal_data->BW20_24G_Diff[TxCount][index]; in get_tx_power_index()
158 hal_data->BW20_24G_Diff[TxCount][RF_PATH_A] + in get_tx_power_index()
159 hal_data->BW20_24G_Diff[TxCount][index]; in get_tx_power_index()
Drtl8188e_hal_init.c442 pHalData->BW20_24G_Diff[0][TxCount] = pwrInfo24G.BW20_Diff[0][TxCount]; in Hal_ReadTxPowerInfo88E()
447 DBG_88E("BW20_24G_Diff[%d][%d] = %d\n", 0, TxCount, pHalData->BW20_24G_Diff[0][TxCount]); in Hal_ReadTxPowerInfo88E()
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtl8188e_hal.h224 s8 BW20_24G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; member
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_data.h244 s8 BW20_24G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; member
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c1079 txPower += pHalData->BW20_24G_Diff[RFPath][TX_1S]; in PHY_GetTxPowerIndexBase()
1081 txPower += pHalData->BW20_24G_Diff[RFPath][TX_2S]; in PHY_GetTxPowerIndexBase()
1083 txPower += pHalData->BW20_24G_Diff[RFPath][TX_3S]; in PHY_GetTxPowerIndexBase()
1085 txPower += pHalData->BW20_24G_Diff[RFPath][TX_4S]; in PHY_GetTxPowerIndexBase()
Drtl8723b_hal_init.c2607 pHalData->BW20_24G_Diff[rfPath][TxCount] = pwrInfo24G.BW20_Diff[rfPath][TxCount]; in Hal_EfuseParseTxPowerInfo_8723B()
2614 …drv_info_, ("BW20_24G_Diff[%d][%d]= %d\n", rfPath, TxCount, pHalData->BW20_24G_Diff[rfPath][TxCoun… in Hal_EfuseParseTxPowerInfo_8723B()