Lines Matching refs:currentcmd
1421 struct swchnlcmd *currentcmd = NULL; in _rtl8723be_phy_sw_chnl_step_by_step() local
1456 currentcmd = &precommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1459 currentcmd = &rfdependcmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1462 currentcmd = &postcommoncmd[*step]; in _rtl8723be_phy_sw_chnl_step_by_step()
1470 if (currentcmd->cmdid == CMDID_END) { in _rtl8723be_phy_sw_chnl_step_by_step()
1480 switch (currentcmd->cmdid) { in _rtl8723be_phy_sw_chnl_step_by_step()
1485 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1486 currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1489 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1490 (u16)currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1493 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1494 (u8)currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1500 0xfffffc00) | currentcmd->para2); in _rtl8723be_phy_sw_chnl_step_by_step()
1503 currentcmd->para1, in _rtl8723be_phy_sw_chnl_step_by_step()
1517 (*delay) = currentcmd->msdelay; in _rtl8723be_phy_sw_chnl_step_by_step()