Lines Matching refs:currentcmd
1264 struct swchnlcmd *currentcmd = NULL; in _rtl88e_phy_sw_chnl_step_by_step() local
1296 currentcmd = &precommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1299 currentcmd = &rfdependcmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1302 currentcmd = &postcommoncmd[*step]; in _rtl88e_phy_sw_chnl_step_by_step()
1310 if (currentcmd->cmdid == CMDID_END) { in _rtl88e_phy_sw_chnl_step_by_step()
1318 switch (currentcmd->cmdid) { in _rtl88e_phy_sw_chnl_step_by_step()
1323 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1324 currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1327 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1328 (u16)currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1331 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1332 (u8)currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1338 0xfffffc00) | currentcmd->para2); in _rtl88e_phy_sw_chnl_step_by_step()
1341 currentcmd->para1, in _rtl88e_phy_sw_chnl_step_by_step()
1349 currentcmd->cmdid); in _rtl88e_phy_sw_chnl_step_by_step()
1356 (*delay) = currentcmd->msdelay; in _rtl88e_phy_sw_chnl_step_by_step()