Lines Matching refs:currentcmd
1807 struct swchnlcmd *currentcmd = NULL; in _rtl92ee_phy_sw_chnl_step_by_step() local
1840 currentcmd = &precommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1843 currentcmd = &rfdependcmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1846 currentcmd = &postcommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1854 if (currentcmd->cmdid == CMDID_END) { in _rtl92ee_phy_sw_chnl_step_by_step()
1862 switch (currentcmd->cmdid) { in _rtl92ee_phy_sw_chnl_step_by_step()
1867 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1868 currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1871 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1872 (u16)currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1875 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1876 (u8)currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1882 0xfffff00) | currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1885 currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1893 currentcmd->cmdid); in _rtl92ee_phy_sw_chnl_step_by_step()
1900 (*delay) = currentcmd->msdelay; in _rtl92ee_phy_sw_chnl_step_by_step()