Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/rtl8723bs/hal/
DHalPwrSeqCmd.c45 struct wlan_pwr_cfg PwrCfgCmd; in HalPwrSeqCmdParsing() local
54 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
58 (GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && in HalPwrSeqCmdParsing()
59 (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && in HalPwrSeqCmdParsing()
60 (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType) in HalPwrSeqCmdParsing()
62 switch (GET_PWR_CFG_CMD(PwrCfgCmd)) { in HalPwrSeqCmdParsing()
67 offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); in HalPwrSeqCmdParsing()
73 if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) { in HalPwrSeqCmdParsing()
77 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
79 GET_PWR_CFG_VALUE(PwrCfgCmd) & in HalPwrSeqCmdParsing()
[all …]
/Linux-v6.6/drivers/staging/rtl8723bs/include/
DHalPwrSeqCmd.h120 struct wlan_pwr_cfg PwrCfgCmd[]);