Lines Matching refs:currentcmd
908 struct swchnlcmd *currentcmd = NULL; in _rtl8723e_phy_sw_chnl_step_by_step() local
940 currentcmd = &precommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
943 currentcmd = &rfdependcmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
946 currentcmd = &postcommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step()
954 if (currentcmd->cmdid == CMDID_END) { in _rtl8723e_phy_sw_chnl_step_by_step()
964 switch (currentcmd->cmdid) { in _rtl8723e_phy_sw_chnl_step_by_step()
969 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
970 currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
973 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
974 (u16) currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
977 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
978 (u8) currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
984 0xfffffc00) | currentcmd->para2); in _rtl8723e_phy_sw_chnl_step_by_step()
987 currentcmd->para1, in _rtl8723e_phy_sw_chnl_step_by_step()
996 currentcmd->cmdid); in _rtl8723e_phy_sw_chnl_step_by_step()
1003 (*delay) = currentcmd->msdelay; in _rtl8723e_phy_sw_chnl_step_by_step()