Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_phy.c542 struct sw_chnl_cmd *CurrentCmd = NULL; in _rtl92e_phy_switch_channel_step() local
593 CurrentCmd = &ieee->PreCommonCmd[*step]; in _rtl92e_phy_switch_channel_step()
596 CurrentCmd = &ieee->RfDependCmd[*step]; in _rtl92e_phy_switch_channel_step()
599 CurrentCmd = &ieee->PostCommonCmd[*step]; in _rtl92e_phy_switch_channel_step()
603 if (CurrentCmd && CurrentCmd->CmdID == CmdID_End) { in _rtl92e_phy_switch_channel_step()
611 if (!CurrentCmd) in _rtl92e_phy_switch_channel_step()
613 switch (CurrentCmd->CmdID) { in _rtl92e_phy_switch_channel_step()
620 rtl92e_writel(dev, CurrentCmd->Para1, in _rtl92e_phy_switch_channel_step()
621 CurrentCmd->Para2); in _rtl92e_phy_switch_channel_step()
624 rtl92e_writew(dev, CurrentCmd->Para1, in _rtl92e_phy_switch_channel_step()
[all …]