Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c543 struct sw_chnl_cmd *CurrentCmd = NULL; in _rtl92e_phy_switch_channel_step() local
594 CurrentCmd = &ieee->PreCommonCmd[*step]; in _rtl92e_phy_switch_channel_step()
597 CurrentCmd = &ieee->RfDependCmd[*step]; in _rtl92e_phy_switch_channel_step()
600 CurrentCmd = &ieee->PostCommonCmd[*step]; in _rtl92e_phy_switch_channel_step()
604 if (CurrentCmd && CurrentCmd->cmd_id == cmd_id_end) { in _rtl92e_phy_switch_channel_step()
612 if (!CurrentCmd) in _rtl92e_phy_switch_channel_step()
614 switch (CurrentCmd->cmd_id) { in _rtl92e_phy_switch_channel_step()
621 rtl92e_writel(dev, CurrentCmd->para1, in _rtl92e_phy_switch_channel_step()
622 CurrentCmd->para2); in _rtl92e_phy_switch_channel_step()
625 rtl92e_writew(dev, CurrentCmd->para1, in _rtl92e_phy_switch_channel_step()
[all …]