Lines Matching refs:currentcmd
1229 struct swchnlcmd *currentcmd = NULL; in _rtl88e_phy_sw_chnl_step_by_step() local
1261 currentcmd = &precommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1264 currentcmd = &rfdependcmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1267 currentcmd = &postcommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1275 if (currentcmd->cmdid == CMDID_END) { in _rtl88e_phy_sw_chnl_step_by_step()
1283 switch (currentcmd->cmdid) { in _rtl88e_phy_sw_chnl_step_by_step()
1288 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1289 currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1292 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1293 (u16)currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1296 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1297 (u8)currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1303 0xfffffc00) | currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1306 currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1314 currentcmd->cmdid); in _rtl88e_phy_sw_chnl_step_by_step()
1321 (*delay) = currentcmd->msdelay; in _rtl88e_phy_sw_chnl_step_by_step()