Lines Matching refs:currentcmd
1265 struct swchnlcmd *currentcmd = NULL; in _rtl88e_phy_sw_chnl_step_by_step() local
1297 currentcmd = &precommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1300 currentcmd = &rfdependcmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1303 currentcmd = &postcommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1311 if (currentcmd->cmdid == CMDID_END) { in _rtl88e_phy_sw_chnl_step_by_step()
1319 switch (currentcmd->cmdid) { in _rtl88e_phy_sw_chnl_step_by_step()
1324 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1325 currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1328 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1329 (u16)currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1332 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1333 (u8)currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1339 0xfffffc00) | currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1342 currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1356 (*delay) = currentcmd->msdelay; in _rtl88e_phy_sw_chnl_step_by_step()