Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192u/
Dr819xU_phy.c1273 SwChnlCmd *CurrentCmd = NULL; in rtl8192_phy_SwChnlStepByStep() local
1351 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 …]
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c847 struct sw_chnl_cmd *CurrentCmd = NULL; in rtl8192_phy_SwChnlStepByStep() local
924 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 …]