Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/
Dr819xU_phy.c1269 struct sw_chnl_cmd *CurrentCmd = NULL; in rtl8192_phy_SwChnlStepByStep() local
1348 CurrentCmd = &PreCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1351 CurrentCmd = &RfDependCmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1354 CurrentCmd = &PostCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1358 if (CurrentCmd->cmd_id == CMD_ID_END) { in rtl8192_phy_SwChnlStepByStep()
1360 (*delay) = CurrentCmd->ms_delay; in rtl8192_phy_SwChnlStepByStep()
1368 switch (CurrentCmd->cmd_id) { in rtl8192_phy_SwChnlStepByStep()
1375 write_nic_dword(dev, CurrentCmd->para_1, in rtl8192_phy_SwChnlStepByStep()
1376 CurrentCmd->para_2); in rtl8192_phy_SwChnlStepByStep()
1379 write_nic_word(dev, CurrentCmd->para_1, in rtl8192_phy_SwChnlStepByStep()
[all …]
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c825 struct sw_chnl_cmd *CurrentCmd = NULL; in _rtl92e_phy_switch_channel_step() local
912 CurrentCmd = &ieee->PreCommonCmd[*step]; in _rtl92e_phy_switch_channel_step()
915 CurrentCmd = &ieee->RfDependCmd[*step]; in _rtl92e_phy_switch_channel_step()
918 CurrentCmd = &ieee->PostCommonCmd[*step]; in _rtl92e_phy_switch_channel_step()
922 if (CurrentCmd && CurrentCmd->CmdID == CmdID_End) { in _rtl92e_phy_switch_channel_step()
930 if (!CurrentCmd) in _rtl92e_phy_switch_channel_step()
932 switch (CurrentCmd->CmdID) { in _rtl92e_phy_switch_channel_step()
939 rtl92e_writel(dev, CurrentCmd->Para1, in _rtl92e_phy_switch_channel_step()
940 CurrentCmd->Para2); in _rtl92e_phy_switch_channel_step()
943 rtl92e_writew(dev, CurrentCmd->Para1, in _rtl92e_phy_switch_channel_step()
[all …]