Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/hal/
Drtl8188e_hal_init.c431 pHalData->Index24G_BW40_Base[0][ch] = pwrInfo24G.IndexBW40_Base[0][4]; in Hal_ReadTxPowerInfo88E()
433 pHalData->Index24G_BW40_Base[0][ch] = pwrInfo24G.IndexBW40_Base[0][group]; in Hal_ReadTxPowerInfo88E()
437 DBG_88E("Index24G_BW40_Base[%d][%d] = 0x%x\n", 0, ch, pHalData->Index24G_BW40_Base[0][ch]); in Hal_ReadTxPowerInfo88E()
Dphy.c145 ofdm_pwr[TxCount] = hal_data->Index24G_BW40_Base[RF_PATH_A][index] + in get_tx_power_index()
148 bw20_pwr[TxCount] = hal_data->Index24G_BW40_Base[RF_PATH_A][index] + in get_tx_power_index()
150 bw40_pwr[TxCount] = hal_data->Index24G_BW40_Base[TxCount][index]; in get_tx_power_index()
153 ofdm_pwr[TxCount] = hal_data->Index24G_BW40_Base[RF_PATH_A][index] + in get_tx_power_index()
157 bw20_pwr[TxCount] = hal_data->Index24G_BW40_Base[RF_PATH_A][index] + in get_tx_power_index()
160 bw40_pwr[TxCount] = hal_data->Index24G_BW40_Base[TxCount][index]; in get_tx_power_index()
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtl8188e_hal.h220 u8 Index24G_BW40_Base[MAX_RF_PATH][CHANNEL_MAX_NUMBER]; member
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_data.h240 u8 Index24G_BW40_Base[MAX_RF_PATH][CHANNEL_MAX_NUMBER]; member
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Drtl8723b_hal_init.c2592 pHalData->Index24G_BW40_Base[rfPath][ch] = pwrInfo24G.IndexBW40_Base[rfPath][group]; in Hal_EfuseParseTxPowerInfo_8723B()
2595 pHalData->Index24G_BW40_Base[rfPath][ch] = pwrInfo24G.IndexBW40_Base[rfPath][group]; in Hal_EfuseParseTxPowerInfo_8723B()
2600 …fo_, ("Index24G_BW40_Base[%d][%d] = 0x%x\n", rfPath, ch, pHalData->Index24G_BW40_Base[rfPath][ch])… in Hal_EfuseParseTxPowerInfo_8723B()
Dhal_com_phycfg.c1065 txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; in PHY_GetTxPowerIndexBase()