Lines Matching refs:currentcmd
1845 struct swchnlcmd *currentcmd = NULL; in _rtl92ee_phy_sw_chnl_step_by_step() local
1878 currentcmd = &precommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1881 currentcmd = &rfdependcmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1884 currentcmd = &postcommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1892 if (currentcmd->cmdid == CMDID_END) { in _rtl92ee_phy_sw_chnl_step_by_step()
1900 switch (currentcmd->cmdid) { in _rtl92ee_phy_sw_chnl_step_by_step()
1905 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1906 currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1909 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1910 (u16)currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1913 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1914 (u8)currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1920 0xfffff00) | currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1923 currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1937 (*delay) = currentcmd->msdelay; in _rtl92ee_phy_sw_chnl_step_by_step()