Home
last modified time | relevance | path

Searched refs:GET_PWR_CFG_MASK (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H A DHalPwrSeqCmd.c77 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()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H A 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()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
H A 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()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Dpwrseqcmd.h46 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dpwrseqcmd.h65 #define GET_PWR_CFG_MASK(__PWR_CMD) (__PWR_CMD.msk) macro
H A Dcore.c1778 GET_PWR_CFG_MASK(cfg_cmd), GET_PWR_CFG_VALUE(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()
1795 value &= (~(GET_PWR_CFG_MASK(cfg_cmd))); in rtl_hal_pwrseqcmdparsing()
1797 GET_PWR_CFG_MASK(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()
1811 value &= GET_PWR_CFG_MASK(cfg_cmd); in rtl_hal_pwrseqcmdparsing()
1814 GET_PWR_CFG_MASK(cfg_cmd))) in rtl_hal_pwrseqcmdparsing()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A DHalPwrSeqCmd.h108 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A DHalPwrSeqCmd.h108 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk macro
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H A Dpwrseqcmd.h65 #define GET_PWR_CFG_MASK(__PWR_CMD) (__PWR_CMD.msk) macro
H A Dcore.c1810 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()

Completed in 7 milliseconds