Searched refs:CurrentCmd (Results 1 – 2 of 2) sorted by relevance
1194 struct sw_chnl_cmd *CurrentCmd = NULL; in rtl8192_phy_SwChnlStepByStep() local1271 CurrentCmd = &PreCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep()1274 CurrentCmd = &RfDependCmd[*step]; in rtl8192_phy_SwChnlStepByStep()1277 CurrentCmd = &PostCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep()1281 if (CurrentCmd->cmd_id == CMD_ID_END) { in rtl8192_phy_SwChnlStepByStep()1283 (*delay) = CurrentCmd->ms_delay; in rtl8192_phy_SwChnlStepByStep()1291 switch (CurrentCmd->cmd_id) { in rtl8192_phy_SwChnlStepByStep()1298 write_nic_dword(dev, CurrentCmd->para_1, in rtl8192_phy_SwChnlStepByStep()1299 CurrentCmd->para_2); in rtl8192_phy_SwChnlStepByStep()1302 write_nic_word(dev, CurrentCmd->para_1, in rtl8192_phy_SwChnlStepByStep()[all …]
813 struct sw_chnl_cmd *CurrentCmd = NULL; in _rtl92e_phy_switch_channel_step() local900 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 …]