Lines Matching refs:currentcmd
1844 struct swchnlcmd *currentcmd = NULL; in _rtl92ee_phy_sw_chnl_step_by_step() local
1877 currentcmd = &precommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1880 currentcmd = &rfdependcmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1883 currentcmd = &postcommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1891 if (currentcmd->cmdid == CMDID_END) { in _rtl92ee_phy_sw_chnl_step_by_step()
1899 switch (currentcmd->cmdid) { in _rtl92ee_phy_sw_chnl_step_by_step()
1904 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1905 currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1908 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1909 (u16)currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1912 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1913 (u8)currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1919 0xfffff00) | currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1922 currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1930 currentcmd->cmdid); in _rtl92ee_phy_sw_chnl_step_by_step()
1937 (*delay) = currentcmd->msdelay; in _rtl92ee_phy_sw_chnl_step_by_step()