Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A DHalPwrSeqCmd.c76 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
79 GET_PWR_CFG_MASK(PwrCfgCmd) in HalPwrSeqCmdParsing()
88 value &= (~(GET_PWR_CFG_MASK(PwrCfgCmd))); in HalPwrSeqCmdParsing()
91 &GET_PWR_CFG_MASK(PwrCfgCmd) in HalPwrSeqCmdParsing()
109 value = value&GET_PWR_CFG_MASK(PwrCfgCmd); in HalPwrSeqCmdParsing()
112 GET_PWR_CFG_MASK(PwrCfgCmd)) in HalPwrSeqCmdParsing()
/linux/drivers/staging/rtl8723bs/include/
H A DHalPwrSeqCmd.h97 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dpwrseqcmd.h65 #define GET_PWR_CFG_MASK(__PWR_CMD) (__PWR_CMD.msk) macro
H A Dcore.c1779 GET_PWR_CFG_MASK(cfg_cmd), GET_PWR_CFG_VALUE(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()
1796 value &= (~(GET_PWR_CFG_MASK(cfg_cmd))); in rtl_hal_pwrseqcmdparsing()
1798 GET_PWR_CFG_MASK(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()
1812 value &= GET_PWR_CFG_MASK(cfg_cmd); in rtl_hal_pwrseqcmdparsing()
1815 GET_PWR_CFG_MASK(cfg_cmd))) in rtl_hal_pwrseqcmdparsing()