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 …]
847 struct sw_chnl_cmd *CurrentCmd = NULL; in rtl8192_phy_SwChnlStepByStep() local924 CurrentCmd = &ieee->PreCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep()927 CurrentCmd = &ieee->RfDependCmd[*step]; in rtl8192_phy_SwChnlStepByStep()930 CurrentCmd = &ieee->PostCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep()934 if (CurrentCmd && CurrentCmd->CmdID == CmdID_End) { in rtl8192_phy_SwChnlStepByStep()942 if (!CurrentCmd) in rtl8192_phy_SwChnlStepByStep()944 switch (CurrentCmd->CmdID) { in rtl8192_phy_SwChnlStepByStep()950 write_nic_dword(dev, CurrentCmd->Para1, in rtl8192_phy_SwChnlStepByStep()951 CurrentCmd->Para2); in rtl8192_phy_SwChnlStepByStep()954 write_nic_word(dev, CurrentCmd->Para1, in rtl8192_phy_SwChnlStepByStep()[all …]