Searched refs:GET_PWR_CFG_MASK (Results 1 – 6 of 6) sorted by relevance
67 GET_PWR_CFG_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()103 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()106 GET_PWR_CFG_MASK(PwrCfgCmd) in HalPwrSeqCmdParsing()115 value &= (~(GET_PWR_CFG_MASK(PwrCfgCmd))); in HalPwrSeqCmdParsing()118 &GET_PWR_CFG_MASK(PwrCfgCmd) in HalPwrSeqCmdParsing()141 value = value&GET_PWR_CFG_MASK(PwrCfgCmd); in HalPwrSeqCmdParsing()144 GET_PWR_CFG_MASK(PwrCfgCmd)) in HalPwrSeqCmdParsing()
35 GET_PWR_CFG_MASK(pwrcfgcmd), in rtl88eu_pwrseqcmdparsing()53 value &= ~(GET_PWR_CFG_MASK(pwrcfgcmd)); in rtl88eu_pwrseqcmdparsing()55 GET_PWR_CFG_MASK(pwrcfgcmd)); in rtl88eu_pwrseqcmdparsing()68 value &= GET_PWR_CFG_MASK(pwrcfgcmd); in rtl88eu_pwrseqcmdparsing()71 GET_PWR_CFG_MASK(pwrcfgcmd))) in rtl88eu_pwrseqcmdparsing()
47 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro
65 #define GET_PWR_CFG_MASK(__PWR_CMD) (__PWR_CMD.msk) macro
1775 GET_PWR_CFG_MASK(cfg_cmd), GET_PWR_CFG_VALUE(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()1792 value &= (~(GET_PWR_CFG_MASK(cfg_cmd))); in rtl_hal_pwrseqcmdparsing()1794 GET_PWR_CFG_MASK(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()1808 value &= GET_PWR_CFG_MASK(cfg_cmd); in rtl_hal_pwrseqcmdparsing()1811 GET_PWR_CFG_MASK(cfg_cmd))) in rtl_hal_pwrseqcmdparsing()
110 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro