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
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()
625 CurrentCmd->Para2); in _rtl92e_phy_switch_channel_step()
629 CurrentCmd->Para2); in _rtl92e_phy_switch_channel_step()
636 CurrentCmd->Para1, bMask12Bits, in _rtl92e_phy_switch_channel_step()
637 CurrentCmd->Para2 << 7); in _rtl92e_phy_switch_channel_step()
[all …]