Searched refs:GET_PWR_CFG_MASK (Results 1 – 8 of 8) 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
87 #define GET_PWR_CFG_MASK(__PWR_CMD) (__PWR_CMD.msk) macro
1789 GET_PWR_CFG_MASK(cfg_cmd), GET_PWR_CFG_VALUE(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()1806 value &= (~(GET_PWR_CFG_MASK(cfg_cmd))); in rtl_hal_pwrseqcmdparsing()1808 GET_PWR_CFG_MASK(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()1822 value &= GET_PWR_CFG_MASK(cfg_cmd); in rtl_hal_pwrseqcmdparsing()1825 GET_PWR_CFG_MASK(cfg_cmd))) in rtl_hal_pwrseqcmdparsing()
76 #define GET_PWR_CFG_MASK(__PWR_CMD) (__PWR_CMD.msk) macro
1825 GET_PWR_CFG_MASK(cfg_cmd), GET_PWR_CFG_VALUE(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()1842 value &= (~(GET_PWR_CFG_MASK(cfg_cmd))); in rtl_hal_pwrseqcmdparsing()1844 GET_PWR_CFG_MASK(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()1858 value &= GET_PWR_CFG_MASK(cfg_cmd); in rtl_hal_pwrseqcmdparsing()1861 GET_PWR_CFG_MASK(cfg_cmd))) in rtl_hal_pwrseqcmdparsing()
110 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro