Home
last modified time | relevance | path

Searched defs:__PWR_CMD (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dpwrseqcmd.h78 #define GET_PWR_CFG_OFFSET(__PWR_CMD) __PWR_CMD.offset argument
79 #define GET_PWR_CFG_CUT_MASK(__PWR_CMD) __PWR_CMD.cut_msk argument
80 #define GET_PWR_CFG_FAB_MASK(__PWR_CMD) __PWR_CMD.fab_msk argument
81 #define GET_PWR_CFG_INTF_MASK(__PWR_CMD) __PWR_CMD.interface_msk argument
82 #define GET_PWR_CFG_BASE(__PWR_CMD) __PWR_CMD.base argument
83 #define GET_PWR_CFG_CMD(__PWR_CMD) __PWR_CMD.cmd argument
84 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk argument
85 #define GET_PWR_CFG_VALUE(__PWR_CMD) __PWR_CMD.value argument
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dpwrseqcmd.h81 #define GET_PWR_CFG_OFFSET(__PWR_CMD) (__PWR_CMD.offset) argument
82 #define GET_PWR_CFG_CUT_MASK(__PWR_CMD) (__PWR_CMD.cut_msk) argument
83 #define GET_PWR_CFG_FAB_MASK(__PWR_CMD) (__PWR_CMD.fab_msk) argument
84 #define GET_PWR_CFG_INTF_MASK(__PWR_CMD) (__PWR_CMD.interface_msk) argument
85 #define GET_PWR_CFG_BASE(__PWR_CMD) (__PWR_CMD.base) argument
86 #define GET_PWR_CFG_CMD(__PWR_CMD) (__PWR_CMD.cmd) argument
87 #define GET_PWR_CFG_MASK(__PWR_CMD) (__PWR_CMD.msk) argument
88 #define GET_PWR_CFG_VALUE(__PWR_CMD) (__PWR_CMD.value) argument
/linux-4.4.14/drivers/staging/rtl8723au/include/
DHalPwrSeqCmd.h110 #define GET_PWR_CFG_OFFSET(__PWR_CMD) __PWR_CMD.offset argument
111 #define GET_PWR_CFG_CUT_MASK(__PWR_CMD) __PWR_CMD.cut_msk argument
112 #define GET_PWR_CFG_FAB_MASK(__PWR_CMD) __PWR_CMD.fab_msk argument
113 #define GET_PWR_CFG_INTF_MASK(__PWR_CMD) __PWR_CMD.interface_msk argument
114 #define GET_PWR_CFG_BASE(__PWR_CMD) __PWR_CMD.base argument
115 #define GET_PWR_CFG_CMD(__PWR_CMD) __PWR_CMD.cmd argument
116 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk argument
117 #define GET_PWR_CFG_VALUE(__PWR_CMD) __PWR_CMD.value argument