Searched refs:CurrentCmd (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
H A D | r8192E_phy.c | 847 struct sw_chnl_cmd *CurrentCmd = NULL; rtl8192_phy_SwChnlStepByStep() local 924 CurrentCmd = &ieee->PreCommonCmd[*step]; rtl8192_phy_SwChnlStepByStep() 927 CurrentCmd = &ieee->RfDependCmd[*step]; rtl8192_phy_SwChnlStepByStep() 930 CurrentCmd = &ieee->PostCommonCmd[*step]; rtl8192_phy_SwChnlStepByStep() 934 if (CurrentCmd && CurrentCmd->CmdID == CmdID_End) { rtl8192_phy_SwChnlStepByStep() 942 if (!CurrentCmd) rtl8192_phy_SwChnlStepByStep() 944 switch (CurrentCmd->CmdID) { rtl8192_phy_SwChnlStepByStep() 950 write_nic_dword(dev, CurrentCmd->Para1, rtl8192_phy_SwChnlStepByStep() 951 CurrentCmd->Para2); rtl8192_phy_SwChnlStepByStep() 954 write_nic_word(dev, CurrentCmd->Para1, rtl8192_phy_SwChnlStepByStep() 955 (u16)CurrentCmd->Para2); rtl8192_phy_SwChnlStepByStep() 958 write_nic_byte(dev, CurrentCmd->Para1, rtl8192_phy_SwChnlStepByStep() 959 (u8)CurrentCmd->Para2); rtl8192_phy_SwChnlStepByStep() 966 CurrentCmd->Para1, bMask12Bits, rtl8192_phy_SwChnlStepByStep() 967 CurrentCmd->Para2<<7); rtl8192_phy_SwChnlStepByStep() 977 (*delay) = CurrentCmd->msDelay; rtl8192_phy_SwChnlStepByStep()
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
H A D | r819xU_phy.c | 1273 SwChnlCmd *CurrentCmd = NULL; rtl8192_phy_SwChnlStepByStep() local 1351 CurrentCmd = &PreCommonCmd[*step]; rtl8192_phy_SwChnlStepByStep() 1354 CurrentCmd = &RfDependCmd[*step]; rtl8192_phy_SwChnlStepByStep() 1357 CurrentCmd = &PostCommonCmd[*step]; rtl8192_phy_SwChnlStepByStep() 1361 if (CurrentCmd->CmdID == CmdID_End) { rtl8192_phy_SwChnlStepByStep() 1363 (*delay) = CurrentCmd->msDelay; rtl8192_phy_SwChnlStepByStep() 1371 switch (CurrentCmd->CmdID) { rtl8192_phy_SwChnlStepByStep() 1378 write_nic_dword(dev, CurrentCmd->Para1, rtl8192_phy_SwChnlStepByStep() 1379 CurrentCmd->Para2); rtl8192_phy_SwChnlStepByStep() 1382 write_nic_word(dev, CurrentCmd->Para1, rtl8192_phy_SwChnlStepByStep() 1383 (u16)CurrentCmd->Para2); rtl8192_phy_SwChnlStepByStep() 1386 write_nic_byte(dev, CurrentCmd->Para1, rtl8192_phy_SwChnlStepByStep() 1387 (u8)CurrentCmd->Para2); rtl8192_phy_SwChnlStepByStep() 1393 CurrentCmd->Para1, rtl8192_phy_SwChnlStepByStep() 1395 CurrentCmd->Para2); rtl8192_phy_SwChnlStepByStep() 1405 (*delay) = CurrentCmd->msDelay; rtl8192_phy_SwChnlStepByStep()
|
Completed in 147 milliseconds