Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8723bs/hal/
DHalPwrSeqCmd.c77 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
80 GET_PWR_CFG_MASK(PwrCfgCmd) in HalPwrSeqCmdParsing()
89 value &= (~(GET_PWR_CFG_MASK(PwrCfgCmd))); in HalPwrSeqCmdParsing()
92 &GET_PWR_CFG_MASK(PwrCfgCmd) in HalPwrSeqCmdParsing()
110 value = value&GET_PWR_CFG_MASK(PwrCfgCmd); in HalPwrSeqCmdParsing()
113 GET_PWR_CFG_MASK(PwrCfgCmd)) in HalPwrSeqCmdParsing()
/linux-5.19.10/drivers/staging/r8188eu/hal/
DHalPwrSeqCmd.c29 value &= ~(GET_PWR_CFG_MASK(pwrcfgcmd)); in HalPwrSeqCmdParsing()
30 value |= (GET_PWR_CFG_VALUE(pwrcfgcmd) & GET_PWR_CFG_MASK(pwrcfgcmd)); in HalPwrSeqCmdParsing()
43 value &= GET_PWR_CFG_MASK(pwrcfgcmd); in HalPwrSeqCmdParsing()
44 if (value == (GET_PWR_CFG_VALUE(pwrcfgcmd) & GET_PWR_CFG_MASK(pwrcfgcmd))) in HalPwrSeqCmdParsing()
/linux-5.19.10/drivers/staging/r8188eu/include/
DHalPwrSeqCmd.h53 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro
/linux-5.19.10/drivers/staging/rtl8723bs/include/
DHalPwrSeqCmd.h108 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/
Dpwrseqcmd.h65 #define GET_PWR_CFG_MASK(__PWR_CMD) (__PWR_CMD.msk) macro
Dcore.c1809 GET_PWR_CFG_MASK(cfg_cmd), GET_PWR_CFG_VALUE(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()
1826 value &= (~(GET_PWR_CFG_MASK(cfg_cmd))); in rtl_hal_pwrseqcmdparsing()
1828 GET_PWR_CFG_MASK(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()
1842 value &= GET_PWR_CFG_MASK(cfg_cmd); in rtl_hal_pwrseqcmdparsing()
1845 GET_PWR_CFG_MASK(cfg_cmd))) in rtl_hal_pwrseqcmdparsing()