Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Dphy.c171 hal_data->BW20_24G_Diff[TxCount][RF_PATH_A]; in get_tx_power_index()
176 hal_data->BW20_24G_Diff[RF_PATH_A][index]+ in get_tx_power_index()
177 hal_data->BW20_24G_Diff[TxCount][index]; in get_tx_power_index()
180 hal_data->BW20_24G_Diff[TxCount][RF_PATH_A]+ in get_tx_power_index()
181 hal_data->BW20_24G_Diff[TxCount][index]; in get_tx_power_index()
186 hal_data->BW20_24G_Diff[RF_PATH_A][index]+ in get_tx_power_index()
187 hal_data->BW20_24G_Diff[RF_PATH_B][index]+ in get_tx_power_index()
188 hal_data->BW20_24G_Diff[TxCount][index]; in get_tx_power_index()
191 hal_data->BW20_24G_Diff[RF_PATH_A][index]+ in get_tx_power_index()
192 hal_data->BW20_24G_Diff[RF_PATH_B][index]+ in get_tx_power_index()
[all …]
Drtl8188e_hal_init.c537 pHalData->BW20_24G_Diff[rfPath][TxCount] = pwrInfo24G.BW20_Diff[rfPath][TxCount]; in Hal_ReadTxPowerInfo88E()
542 …DBG_88E("BW20_24G_Diff[%d][%d] = %d\n", rfPath, TxCount, pHalData->BW20_24G_Diff[rfPath][TxCount]); in Hal_ReadTxPowerInfo88E()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtl8188e_hal.h242 s8 BW20_24G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; member