Searched refs:GET_PWR_CFG_MASK (Results 1 – 5 of 5) sorted by relevance
77 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()
36 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro117 value &= ~(GET_PWR_CFG_MASK(pwrcfgcmd)); in HalPwrSeqCmdParsing()118 value |= (GET_PWR_CFG_VALUE(pwrcfgcmd) & GET_PWR_CFG_MASK(pwrcfgcmd)); in HalPwrSeqCmdParsing()131 value &= GET_PWR_CFG_MASK(pwrcfgcmd); in HalPwrSeqCmdParsing()132 if (value == (GET_PWR_CFG_VALUE(pwrcfgcmd) & GET_PWR_CFG_MASK(pwrcfgcmd))) in HalPwrSeqCmdParsing()
108 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro
65 #define GET_PWR_CFG_MASK(__PWR_CMD) (__PWR_CMD.msk) macro
1810 GET_PWR_CFG_MASK(cfg_cmd), GET_PWR_CFG_VALUE(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()1827 value &= (~(GET_PWR_CFG_MASK(cfg_cmd))); in rtl_hal_pwrseqcmdparsing()1829 GET_PWR_CFG_MASK(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()1843 value &= GET_PWR_CFG_MASK(cfg_cmd); in rtl_hal_pwrseqcmdparsing()1846 GET_PWR_CFG_MASK(cfg_cmd))) in rtl_hal_pwrseqcmdparsing()