Home
last modified time | relevance | path

Searched refs:GET_PWR_CFG_VALUE (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/rtl8723bs/hal/
DHalPwrSeqCmd.c79 GET_PWR_CFG_VALUE(PwrCfgCmd) & in HalPwrSeqCmdParsing()
91 GET_PWR_CFG_VALUE(PwrCfgCmd) in HalPwrSeqCmdParsing()
112 value == (GET_PWR_CFG_VALUE(PwrCfgCmd) & in HalPwrSeqCmdParsing()
127 if (GET_PWR_CFG_VALUE(PwrCfgCmd) == PWRSEQ_DELAY_US) in HalPwrSeqCmdParsing()
/drivers/staging/r8188eu/hal/
DHalPwrSeqCmd.c37 #define GET_PWR_CFG_VALUE(__PWR_CMD) __PWR_CMD.value macro
118 value |= (GET_PWR_CFG_VALUE(pwrcfgcmd) & GET_PWR_CFG_MASK(pwrcfgcmd)); in HalPwrSeqCmdParsing()
132 if (value == (GET_PWR_CFG_VALUE(pwrcfgcmd) & GET_PWR_CFG_MASK(pwrcfgcmd))) in HalPwrSeqCmdParsing()
/drivers/staging/rtl8723bs/include/
DHalPwrSeqCmd.h109 #define GET_PWR_CFG_VALUE(__PWR_CMD) __PWR_CMD.value macro
/drivers/net/wireless/realtek/rtlwifi/
Dpwrseqcmd.h66 #define GET_PWR_CFG_VALUE(__PWR_CMD) (__PWR_CMD.value) macro
Dcore.c1810 GET_PWR_CFG_MASK(cfg_cmd), GET_PWR_CFG_VALUE(cfg_cmd)); in rtl_hal_pwrseqcmdparsing()
1828 value |= (GET_PWR_CFG_VALUE(cfg_cmd) & in rtl_hal_pwrseqcmdparsing()
1845 (GET_PWR_CFG_VALUE(cfg_cmd) & in rtl_hal_pwrseqcmdparsing()
1858 if (GET_PWR_CFG_VALUE(cfg_cmd) == in rtl_hal_pwrseqcmdparsing()