Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c784 struct sw_chnl_cmd *CurrentCmd = NULL; in _rtl92e_phy_switch_channel_step() local
868 CurrentCmd = &ieee->PreCommonCmd[*step]; in _rtl92e_phy_switch_channel_step()
871 CurrentCmd = &ieee->RfDependCmd[*step]; in _rtl92e_phy_switch_channel_step()
874 CurrentCmd = &ieee->PostCommonCmd[*step]; in _rtl92e_phy_switch_channel_step()
878 if (CurrentCmd && CurrentCmd->CmdID == CmdID_End) { in _rtl92e_phy_switch_channel_step()
886 if (!CurrentCmd) in _rtl92e_phy_switch_channel_step()
888 switch (CurrentCmd->CmdID) { in _rtl92e_phy_switch_channel_step()
895 rtl92e_writel(dev, CurrentCmd->Para1, in _rtl92e_phy_switch_channel_step()
896 CurrentCmd->Para2); in _rtl92e_phy_switch_channel_step()
899 rtl92e_writew(dev, CurrentCmd->Para1, in _rtl92e_phy_switch_channel_step()
[all …]