Home
last modified time | relevance | path

Searched refs:__PWR_CMD (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dpwrseqcmd.h59 #define GET_PWR_CFG_OFFSET(__PWR_CMD) (__PWR_CMD.offset) argument
60 #define GET_PWR_CFG_CUT_MASK(__PWR_CMD) (__PWR_CMD.cut_msk) argument
61 #define GET_PWR_CFG_FAB_MASK(__PWR_CMD) (__PWR_CMD.fab_msk) argument
62 #define GET_PWR_CFG_INTF_MASK(__PWR_CMD) (__PWR_CMD.interface_msk) argument
63 #define GET_PWR_CFG_BASE(__PWR_CMD) (__PWR_CMD.base) argument
64 #define GET_PWR_CFG_CMD(__PWR_CMD) (__PWR_CMD.cmd) argument
65 #define GET_PWR_CFG_MASK(__PWR_CMD) (__PWR_CMD.msk) argument
66 #define GET_PWR_CFG_VALUE(__PWR_CMD) (__PWR_CMD.value) argument
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A DHalPwrSeqCmd.h102 #define GET_PWR_CFG_OFFSET(__PWR_CMD) __PWR_CMD.offset argument
103 #define GET_PWR_CFG_CUT_MASK(__PWR_CMD) __PWR_CMD.cut_msk argument
104 #define GET_PWR_CFG_FAB_MASK(__PWR_CMD) __PWR_CMD.fab_msk argument
105 #define GET_PWR_CFG_INTF_MASK(__PWR_CMD) __PWR_CMD.interface_msk argument
106 #define GET_PWR_CFG_BASE(__PWR_CMD) __PWR_CMD.base argument
107 #define GET_PWR_CFG_CMD(__PWR_CMD) __PWR_CMD.cmd argument
108 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk argument
109 #define GET_PWR_CFG_VALUE(__PWR_CMD) __PWR_CMD.value argument