Lines Matching refs:currentcmd
938 struct swchnlcmd *currentcmd = NULL; in _rtl8723e_phy_sw_chnl_step_by_step() local
970 currentcmd = &precommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
973 currentcmd = &rfdependcmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
976 currentcmd = &postcommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
984 if (currentcmd->cmdid == CMDID_END) { in _rtl8723e_phy_sw_chnl_step_by_step()
994 switch (currentcmd->cmdid) { in _rtl8723e_phy_sw_chnl_step_by_step()
999 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
1000 currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
1003 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
1004 (u16) currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
1007 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
1008 (u8) currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
1014 0xfffffc00) | currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
1017 currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
1026 currentcmd->cmdid); in _rtl8723e_phy_sw_chnl_step_by_step()
1033 (*delay) = currentcmd->msdelay; in _rtl8723e_phy_sw_chnl_step_by_step()