Lines Matching refs:currentcmd
939 struct swchnlcmd *currentcmd = NULL; in _rtl8723e_phy_sw_chnl_step_by_step() local
971 currentcmd = &precommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
974 currentcmd = &rfdependcmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
977 currentcmd = &postcommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
985 if (currentcmd->cmdid == CMDID_END) { in _rtl8723e_phy_sw_chnl_step_by_step()
995 switch (currentcmd->cmdid) { in _rtl8723e_phy_sw_chnl_step_by_step()
1000 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
1001 currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
1004 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
1005 (u16) currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
1008 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
1009 (u8) currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
1015 0xfffffc00) | currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
1018 currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
1033 (*delay) = currentcmd->msdelay; in _rtl8723e_phy_sw_chnl_step_by_step()