Searched refs:CurrentChannel (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_phycfg.c | 698 pHalData->CurrentChannel in PHY_GetTxPowerIndex_8723B() 891 u8 channelToSW = pHalData->CurrentChannel; in phy_SwChnl8723B() 913 pHalData->CurrentChannel, in phy_SwChnlAndSetBwMode8723B() 931 PHY_SetTxPowerLevel8723B(Adapter, pHalData->CurrentChannel); in phy_SwChnlAndSetBwMode8723B() 947 u8 tmpChannel = pHalData->CurrentChannel; in PHY_HandleSwChnlAndSetBW8723B() 980 pHalData->CurrentChannel = ChannelNum; in PHY_HandleSwChnlAndSetBW8723B() 997 pHalData->CurrentChannel = tmpChannel; in PHY_HandleSwChnlAndSetBW8723B() 1018 …SetBW8723B(Adapter, false, true, pHalData->CurrentChannel, Bandwidth, Offset, Offset, pHalData->Cu… in PHY_SetBWMode8723B()
|
D | HalPhyRf_8723B.c | 244 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK); in ODM_TxPwrTrackSetPwr_8723B() 245 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); in ODM_TxPwrTrackSetPwr_8723B() 246 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); in ODM_TxPwrTrackSetPwr_8723B() 284 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); in ODM_TxPwrTrackSetPwr_8723B() 285 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); in ODM_TxPwrTrackSetPwr_8723B() 298 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); in ODM_TxPwrTrackSetPwr_8723B() 299 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); in ODM_TxPwrTrackSetPwr_8723B() 314 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); in ODM_TxPwrTrackSetPwr_8723B() 315 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); in ODM_TxPwrTrackSetPwr_8723B() 327 PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK); in ODM_TxPwrTrackSetPwr_8723B() [all …]
|
D | rtl8723b_dm.c | 113 ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_CHNL, &(pHalData->CurrentChannel)); in Update_ODM_ComInfo_8723b()
|
D | hal_btcoex.c | 534 *pU1Tmp = pHalData->CurrentChannel; in halbtcoutsrc_Get()
|
D | sdio_halinit.c | 853 pHalData->CurrentChannel = 6; in rtl8723bs_hal_init()
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_dm.c | 102 dm_odm->pChannel = &hal_data->CurrentChannel; in Update_ODM_ComInfo_88E()
|
D | phy.c | 286 u8 tmpchannel = hal_data->CurrentChannel; in rtw_hal_set_chan() 291 hal_data->CurrentChannel = channel; in rtw_hal_set_chan() 296 hal_data->CurrentChannel = tmpchannel; in rtw_hal_set_chan() 1327 chn_index = get_right_chnl_for_iqk(adapt->HalData->CurrentChannel); in rtl88eu_phy_iq_calibrate()
|
D | usb_halinit.c | 684 haldata->CurrentChannel = 6;/* default set to 6 */ in rtl8188eu_hal_init() 796 phy_set_tx_power_level(Adapter, haldata->CurrentChannel); in rtl8188eu_hal_init()
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtl8188e_hal.h | 194 u8 CurrentChannel; member
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | hal_data.h | 194 u8 CurrentChannel; member
|
/Linux-v4.19/drivers/staging/rtl8192u/ |
D | r8192U_dm.c | 3032 SetTxPowerLevel8190(Adapter, pHalData->CurrentChannel); in dm_dynamic_txpower()
|