Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
DHalPwrSeqCmd.c67 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()
/Linux-v5.10/drivers/staging/rtl8188eu/hal/
Dpwrseqcmd.c36 GET_PWR_CFG_MASK(pwrcfgcmd), in rtl88eu_pwrseqcmdparsing()
54 value &= ~(GET_PWR_CFG_MASK(pwrcfgcmd)); in rtl88eu_pwrseqcmdparsing()
56 GET_PWR_CFG_MASK(pwrcfgcmd)); in rtl88eu_pwrseqcmdparsing()
69 value &= GET_PWR_CFG_MASK(pwrcfgcmd); in rtl88eu_pwrseqcmdparsing()
72 GET_PWR_CFG_MASK(pwrcfgcmd))) in rtl88eu_pwrseqcmdparsing()
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Dpwrseqcmd.h46 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro
/Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/
Dpwrseqcmd.h65 #define GET_PWR_CFG_MASK(__PWR_CMD) (__PWR_CMD.msk) macro
Dcore.c1776 GET_PWR_CFG_MASK(cfg_cmd), GET_PWR_CFG_VALUE(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()
1793 value &= (~(GET_PWR_CFG_MASK(cfg_cmd))); in rtl_hal_pwrseqcmdparsing()
1795 GET_PWR_CFG_MASK(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()
1809 value &= GET_PWR_CFG_MASK(cfg_cmd); in rtl_hal_pwrseqcmdparsing()
1812 GET_PWR_CFG_MASK(cfg_cmd))) in rtl_hal_pwrseqcmdparsing()
/Linux-v5.10/drivers/staging/rtl8723bs/include/
DHalPwrSeqCmd.h108 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro