Lines Matching refs:currentcmd
1223 struct swchnlcmd *currentcmd = NULL; in _rtl88e_phy_sw_chnl_step_by_step() local
1255 currentcmd = &precommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1258 currentcmd = &rfdependcmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1261 currentcmd = &postcommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1269 if (currentcmd->cmdid == CMDID_END) { in _rtl88e_phy_sw_chnl_step_by_step()
1277 switch (currentcmd->cmdid) { in _rtl88e_phy_sw_chnl_step_by_step()
1282 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1283 currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1286 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1287 (u16)currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1290 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1291 (u8)currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1297 0xfffffc00) | currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1300 currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1308 currentcmd->cmdid); in _rtl88e_phy_sw_chnl_step_by_step()
1315 (*delay) = currentcmd->msdelay; in _rtl88e_phy_sw_chnl_step_by_step()