Lines Matching refs:currentcmd
1822 struct swchnlcmd *currentcmd = NULL; in _rtl92ee_phy_sw_chnl_step_by_step() local
1855 currentcmd = &precommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1858 currentcmd = &rfdependcmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1861 currentcmd = &postcommoncmd[*step]; in _rtl92ee_phy_sw_chnl_step_by_step()
1869 if (currentcmd->cmdid == CMDID_END) { in _rtl92ee_phy_sw_chnl_step_by_step()
1877 switch (currentcmd->cmdid) { in _rtl92ee_phy_sw_chnl_step_by_step()
1882 rtl_write_dword(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1883 currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1886 rtl_write_word(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1887 (u16)currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1890 rtl_write_byte(rtlpriv, currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1891 (u8)currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1897 0xfffff00) | currentcmd->para2); in _rtl92ee_phy_sw_chnl_step_by_step()
1900 currentcmd->para1, in _rtl92ee_phy_sw_chnl_step_by_step()
1908 currentcmd->cmdid); in _rtl92ee_phy_sw_chnl_step_by_step()
1915 (*delay) = currentcmd->msdelay; in _rtl92ee_phy_sw_chnl_step_by_step()