Home
last modified time | relevance | path

Searched refs:CurrentCmd (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c813 struct sw_chnl_cmd *CurrentCmd = NULL; in _rtl92e_phy_switch_channel_step() local
900 CurrentCmd = &ieee->PreCommonCmd[*step]; in _rtl92e_phy_switch_channel_step()
903 CurrentCmd = &ieee->RfDependCmd[*step]; in _rtl92e_phy_switch_channel_step()
906 CurrentCmd = &ieee->PostCommonCmd[*step]; in _rtl92e_phy_switch_channel_step()
910 if (CurrentCmd && CurrentCmd->CmdID == CmdID_End) { in _rtl92e_phy_switch_channel_step()
918 if (!CurrentCmd) in _rtl92e_phy_switch_channel_step()
920 switch (CurrentCmd->CmdID) { in _rtl92e_phy_switch_channel_step()
927 rtl92e_writel(dev, CurrentCmd->Para1, in _rtl92e_phy_switch_channel_step()
928 CurrentCmd->Para2); in _rtl92e_phy_switch_channel_step()
931 rtl92e_writew(dev, CurrentCmd->Para1, in _rtl92e_phy_switch_channel_step()
[all …]