Home
last modified time | relevance | path

Searched refs:CurrentChannel (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Drtl8723b_phycfg.c549 pHalData->CurrentChannel in PHY_GetTxPowerIndex()
670 u8 channelToSW = pHalData->CurrentChannel; in phy_SwChnl8723B()
696 PHY_SetTxPowerLevel8723B(Adapter, pHalData->CurrentChannel); in phy_SwChnlAndSetBwMode8723B()
712 u8 tmpChannel = pHalData->CurrentChannel; in PHY_HandleSwChnlAndSetBW8723B()
738 pHalData->CurrentChannel = ChannelNum; in PHY_HandleSwChnlAndSetBW8723B()
755 pHalData->CurrentChannel = tmpChannel; in PHY_HandleSwChnlAndSetBW8723B()
776 …SetBW8723B(Adapter, false, true, pHalData->CurrentChannel, Bandwidth, Offset, Offset, pHalData->Cu… in PHY_SetBWMode8723B()
DHalPhyRf_8723B.c228 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK); in ODM_TxPwrTrackSetPwr_8723B()
229 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); in ODM_TxPwrTrackSetPwr_8723B()
230 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); in ODM_TxPwrTrackSetPwr_8723B()
264 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); in ODM_TxPwrTrackSetPwr_8723B()
265 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); in ODM_TxPwrTrackSetPwr_8723B()
274 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); in ODM_TxPwrTrackSetPwr_8723B()
275 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); in ODM_TxPwrTrackSetPwr_8723B()
283 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); in ODM_TxPwrTrackSetPwr_8723B()
284 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); in ODM_TxPwrTrackSetPwr_8723B()
293 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK); in ODM_TxPwrTrackSetPwr_8723B()
[all …]
Drtl8723b_dm.c97 ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_CHNL, &(pHalData->CurrentChannel)); in Update_ODM_ComInfo_8723b()
Dsdio_halinit.c677 pHalData->CurrentChannel = 6; in rtl8723bs_hal_init()
Dhal_btcoex.c395 *pu8 = pHalData->CurrentChannel; in halbtcoutsrc_Get()
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtl8188e_hal.h103 u8 CurrentChannel; member
/linux-6.1.9/drivers/staging/r8188eu/hal/
Drtl8188e_dm.c48 dm_odm->pChannel = &hal_data->CurrentChannel; in Update_ODM_ComInfo_88E()
Dusb_halinit.c576 haldata->CurrentChannel = 6;/* default set to 6 */ in rtl8188eu_hal_init()
678 PHY_SetTxPowerLevel8188E(Adapter, haldata->CurrentChannel); in rtl8188eu_hal_init()
Drtl8188e_phycfg.c701 pHalData->CurrentChannel = channel; in PHY_SwChnl8188E()
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dhal_data.h178 u8 CurrentChannel; member
/linux-6.1.9/drivers/staging/rtl8192u/
Dr8192U_dm.c2980 SetTxPowerLevel8190(Adapter, pHalData->CurrentChannel); in dm_dynamic_txpower()