Searched refs:CurrentCmd (Results 1 – 2 of 2) sorted by relevance
1273 SwChnlCmd *CurrentCmd = NULL; in rtl8192_phy_SwChnlStepByStep() local1351 CurrentCmd = &PreCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep()1354 CurrentCmd = &RfDependCmd[*step]; in rtl8192_phy_SwChnlStepByStep()1357 CurrentCmd = &PostCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep()1361 if (CurrentCmd->CmdID == CmdID_End) { in rtl8192_phy_SwChnlStepByStep()1363 (*delay) = CurrentCmd->msDelay; in rtl8192_phy_SwChnlStepByStep()1371 switch (CurrentCmd->CmdID) { in rtl8192_phy_SwChnlStepByStep()1378 write_nic_dword(dev, CurrentCmd->Para1, in rtl8192_phy_SwChnlStepByStep()1379 CurrentCmd->Para2); in rtl8192_phy_SwChnlStepByStep()1382 write_nic_word(dev, CurrentCmd->Para1, in rtl8192_phy_SwChnlStepByStep()[all …]
826 struct sw_chnl_cmd *CurrentCmd = NULL; in _rtl92e_phy_switch_channel_step() local913 CurrentCmd = &ieee->PreCommonCmd[*step]; in _rtl92e_phy_switch_channel_step()916 CurrentCmd = &ieee->RfDependCmd[*step]; in _rtl92e_phy_switch_channel_step()919 CurrentCmd = &ieee->PostCommonCmd[*step]; in _rtl92e_phy_switch_channel_step()923 if (CurrentCmd && CurrentCmd->CmdID == CmdID_End) { in _rtl92e_phy_switch_channel_step()931 if (!CurrentCmd) in _rtl92e_phy_switch_channel_step()933 switch (CurrentCmd->CmdID) { in _rtl92e_phy_switch_channel_step()940 rtl92e_writel(dev, CurrentCmd->Para1, in _rtl92e_phy_switch_channel_step()941 CurrentCmd->Para2); in _rtl92e_phy_switch_channel_step()944 rtl92e_writew(dev, CurrentCmd->Para1, in _rtl92e_phy_switch_channel_step()[all …]