Lines Matching refs:currentcmd
1343 struct swchnlcmd *currentcmd = NULL; in _rtl8723be_phy_sw_chnl_step_by_step() local
1378 currentcmd = &precommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1381 currentcmd = &rfdependcmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1384 currentcmd = &postcommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1392 if (currentcmd->cmdid == CMDID_END) { in _rtl8723be_phy_sw_chnl_step_by_step()
1402 switch (currentcmd->cmdid) { in _rtl8723be_phy_sw_chnl_step_by_step()
1407 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1408 currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1411 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1412 (u16)currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1415 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1416 (u8)currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1422 0xfffffc00) | currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1425 currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1433 currentcmd->cmdid); in _rtl8723be_phy_sw_chnl_step_by_step()
1440 (*delay) = currentcmd->msdelay; in _rtl8723be_phy_sw_chnl_step_by_step()