Home
last modified time | relevance | path

Searched refs:IndexBW40_Base (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188e_hal_init.c339 pwrInfo24G->IndexBW40_Base[rfPath][group] = EEPROM_DEFAULT_24G_INDEX; in Hal_ReadPowerValueFromPROM_8188E()
364 pwrInfo24G->IndexBW40_Base[rfPath][group] = PROMContent[eeAddr++]; in Hal_ReadPowerValueFromPROM_8188E()
365 if (pwrInfo24G->IndexBW40_Base[rfPath][group] == 0xFF) in Hal_ReadPowerValueFromPROM_8188E()
366 pwrInfo24G->IndexBW40_Base[rfPath][group] = EEPROM_DEFAULT_24G_INDEX; in Hal_ReadPowerValueFromPROM_8188E()
524 pHalData->Index24G_BW40_Base[rfPath][ch] = pwrInfo24G.IndexBW40_Base[rfPath][4]; in Hal_ReadTxPowerInfo88E()
526 pHalData->Index24G_BW40_Base[rfPath][ch] = pwrInfo24G.IndexBW40_Base[rfPath][group]; in Hal_ReadTxPowerInfo88E()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtl8188e_hal.h143 u8 IndexBW40_Base[MAX_RF_PATH][MAX_CHNL_GROUP_24G]; member