Lines Matching refs:currentcmd
1349 struct swchnlcmd *currentcmd = NULL; in _rtl8723be_phy_sw_chnl_step_by_step() local
1384 currentcmd = &precommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1387 currentcmd = &rfdependcmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1390 currentcmd = &postcommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1398 if (currentcmd->cmdid == CMDID_END) { in _rtl8723be_phy_sw_chnl_step_by_step()
1408 switch (currentcmd->cmdid) { in _rtl8723be_phy_sw_chnl_step_by_step()
1413 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1414 currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1417 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1418 (u16)currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1421 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1422 (u8)currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1428 0xfffffc00) | currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1431 currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1439 currentcmd->cmdid); in _rtl8723be_phy_sw_chnl_step_by_step()
1446 (*delay) = currentcmd->msdelay; in _rtl8723be_phy_sw_chnl_step_by_step()