Lines Matching refs:currentcmd
1242 struct swchnlcmd *currentcmd = NULL; in _rtl88e_phy_sw_chnl_step_by_step() local
1274 currentcmd = &precommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1277 currentcmd = &rfdependcmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1280 currentcmd = &postcommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1288 if (currentcmd->cmdid == CMDID_END) { in _rtl88e_phy_sw_chnl_step_by_step()
1296 switch (currentcmd->cmdid) { in _rtl88e_phy_sw_chnl_step_by_step()
1301 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1302 currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1305 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1306 (u16)currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1309 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1310 (u8)currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1316 0xfffffc00) | currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1319 currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1327 currentcmd->cmdid); in _rtl88e_phy_sw_chnl_step_by_step()
1334 (*delay) = currentcmd->msdelay; in _rtl88e_phy_sw_chnl_step_by_step()