Searched refs:GET_PWR_CFG_MASK (Results 1 – 6 of 6) sorted by relevance
50 GET_PWR_CFG_MASK(pwrcfgcmd), in rtl88eu_pwrseqcmdparsing()70 value &= ~(GET_PWR_CFG_MASK(pwrcfgcmd)); in rtl88eu_pwrseqcmdparsing()72 GET_PWR_CFG_MASK(pwrcfgcmd)); in rtl88eu_pwrseqcmdparsing()85 value &= GET_PWR_CFG_MASK(pwrcfgcmd); in rtl88eu_pwrseqcmdparsing()88 GET_PWR_CFG_MASK(pwrcfgcmd))) in rtl88eu_pwrseqcmdparsing()
69 GET_PWR_CFG_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing23a()91 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing23a()93 GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing23a()109 value &= GET_PWR_CFG_MASK(PwrCfgCmd); in HalPwrSeqCmdParsing23a()112 GET_PWR_CFG_MASK(PwrCfgCmd))) in HalPwrSeqCmdParsing23a()
87 #define GET_PWR_CFG_MASK(__PWR_CMD) (__PWR_CMD.msk) macro
1752 GET_PWR_CFG_MASK(cfg_cmd), GET_PWR_CFG_VALUE(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()1769 value &= (~(GET_PWR_CFG_MASK(cfg_cmd))); in rtl_hal_pwrseqcmdparsing()1771 GET_PWR_CFG_MASK(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()1785 value &= GET_PWR_CFG_MASK(cfg_cmd); in rtl_hal_pwrseqcmdparsing()1788 GET_PWR_CFG_MASK(cfg_cmd))) in rtl_hal_pwrseqcmdparsing()
116 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro
84 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro