Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Drtl8188e_hal_init.c544 pHalData->Index24G_CCK_Base[rfPath][ch] = pwrInfo24G.IndexCCK_Base[rfPath][group]; in Hal_ReadTxPowerInfo88E()
552 …DBG_88E("Index24G_CCK_Base[%d][%d] = 0x%x\n", rfPath, ch , pHalData->Index24G_CCK_Base[rfPath][ch]… in Hal_ReadTxPowerInfo88E()
Dphy.c166 cck_pwr[TxCount] = hal_data->Index24G_CCK_Base[TxCount][index]; in get_tx_power_index()
174 cck_pwr[TxCount] = hal_data->Index24G_CCK_Base[TxCount][index]; in get_tx_power_index()
184 cck_pwr[TxCount] = hal_data->Index24G_CCK_Base[TxCount][index]; in get_tx_power_index()
196 cck_pwr[TxCount] = hal_data->Index24G_CCK_Base[TxCount][index]; in get_tx_power_index()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtl8188e_hal.h252 u8 Index24G_CCK_Base[MAX_RF_PATH][CHANNEL_MAX_NUMBER]; member