Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8192u/
Dr819xU_phy.c1250 SwChnlCmd *CurrentCmd = NULL; in rtl8192_phy_SwChnlStepByStep() local
1327 CurrentCmd=&PreCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1330 CurrentCmd=&RfDependCmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1333 CurrentCmd=&PostCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1337 if(CurrentCmd->CmdID==CmdID_End) in rtl8192_phy_SwChnlStepByStep()
1341 (*delay)=CurrentCmd->msDelay; in rtl8192_phy_SwChnlStepByStep()
1352 switch(CurrentCmd->CmdID) in rtl8192_phy_SwChnlStepByStep()
1359 write_nic_dword(dev, CurrentCmd->Para1, CurrentCmd->Para2); in rtl8192_phy_SwChnlStepByStep()
1362 write_nic_word(dev, CurrentCmd->Para1, (u16)CurrentCmd->Para2); in rtl8192_phy_SwChnlStepByStep()
1365 write_nic_byte(dev, CurrentCmd->Para1, (u8)CurrentCmd->Para2); in rtl8192_phy_SwChnlStepByStep()
[all …]
/linux-3.4.99/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c855 struct sw_chnl_cmd *CurrentCmd = NULL; in rtl8192_phy_SwChnlStepByStep() local
931 CurrentCmd = &ieee->PreCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep()
934 CurrentCmd = &ieee->RfDependCmd[*step]; in rtl8192_phy_SwChnlStepByStep()
937 CurrentCmd = &ieee->PostCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep()
941 if (CurrentCmd && CurrentCmd->CmdID == CmdID_End) { in rtl8192_phy_SwChnlStepByStep()
951 if (!CurrentCmd) in rtl8192_phy_SwChnlStepByStep()
953 switch (CurrentCmd->CmdID) { in rtl8192_phy_SwChnlStepByStep()
959 write_nic_dword(dev, CurrentCmd->Para1, in rtl8192_phy_SwChnlStepByStep()
960 CurrentCmd->Para2); in rtl8192_phy_SwChnlStepByStep()
963 write_nic_word(dev, CurrentCmd->Para1, in rtl8192_phy_SwChnlStepByStep()
[all …]