Home
last modified time | relevance | path

Searched refs:GET_PWR_CFG_FAB_MASK (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8723bs/hal/
DHalPwrSeqCmd.c63 GET_PWR_CFG_FAB_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
74 (GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && in HalPwrSeqCmdParsing()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/
Dpwrseqcmd.h61 #define GET_PWR_CFG_FAB_MASK(__PWR_CMD) (__PWR_CMD.fab_msk) macro
Dcore.c1772 GET_PWR_CFG_FAB_MASK(cfg_cmd), in rtl_hal_pwrseqcmdparsing()
1777 if ((GET_PWR_CFG_FAB_MASK(cfg_cmd)&faversion) && in rtl_hal_pwrseqcmdparsing()
/Linux-v5.4/drivers/staging/rtl8723bs/include/
DHalPwrSeqCmd.h106 #define GET_PWR_CFG_FAB_MASK(__PWR_CMD) __PWR_CMD.fab_msk macro