Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/staging/rtlwifi/
Dpwrseqcmd.h70 #define GET_PWR_CFG_OFFSET(__PWR_CMD) (__PWR_CMD.offset) argument
71 #define GET_PWR_CFG_CUT_MASK(__PWR_CMD) (__PWR_CMD.cut_msk) argument
72 #define GET_PWR_CFG_FAB_MASK(__PWR_CMD) (__PWR_CMD.fab_msk) argument
73 #define GET_PWR_CFG_INTF_MASK(__PWR_CMD) (__PWR_CMD.interface_msk) argument
74 #define GET_PWR_CFG_BASE(__PWR_CMD) (__PWR_CMD.base) argument
75 #define GET_PWR_CFG_CMD(__PWR_CMD) (__PWR_CMD.cmd) argument
76 #define GET_PWR_CFG_MASK(__PWR_CMD) (__PWR_CMD.msk) argument
77 #define GET_PWR_CFG_VALUE(__PWR_CMD) (__PWR_CMD.value) argument
/Linux-v4.19/drivers/staging/rtl8723bs/include/
DHalPwrSeqCmd.h104 #define GET_PWR_CFG_OFFSET(__PWR_CMD) __PWR_CMD.offset argument
105 #define GET_PWR_CFG_CUT_MASK(__PWR_CMD) __PWR_CMD.cut_msk argument
106 #define GET_PWR_CFG_FAB_MASK(__PWR_CMD) __PWR_CMD.fab_msk argument
107 #define GET_PWR_CFG_INTF_MASK(__PWR_CMD) __PWR_CMD.interface_msk argument
108 #define GET_PWR_CFG_BASE(__PWR_CMD) __PWR_CMD.base argument
109 #define GET_PWR_CFG_CMD(__PWR_CMD) __PWR_CMD.cmd argument
110 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk argument
111 #define GET_PWR_CFG_VALUE(__PWR_CMD) __PWR_CMD.value argument
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dpwrseqcmd.h44 #define GET_PWR_CFG_OFFSET(__PWR_CMD) __PWR_CMD.offset argument
45 #define GET_PWR_CFG_CUT_MASK(__PWR_CMD) __PWR_CMD.cut_msk argument
46 #define GET_PWR_CFG_CMD(__PWR_CMD) __PWR_CMD.cmd argument
47 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk argument
48 #define GET_PWR_CFG_VALUE(__PWR_CMD) __PWR_CMD.value argument