Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8723bs/include/
DHalPwrSeqCmd.h91 #define GET_PWR_CFG_OFFSET(__PWR_CMD) __PWR_CMD.offset argument
92 #define GET_PWR_CFG_CUT_MASK(__PWR_CMD) __PWR_CMD.cut_msk argument
93 #define GET_PWR_CFG_FAB_MASK(__PWR_CMD) __PWR_CMD.fab_msk argument
94 #define GET_PWR_CFG_INTF_MASK(__PWR_CMD) __PWR_CMD.interface_msk argument
95 #define GET_PWR_CFG_BASE(__PWR_CMD) __PWR_CMD.base argument
96 #define GET_PWR_CFG_CMD(__PWR_CMD) __PWR_CMD.cmd argument
97 #define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk argument
98 #define GET_PWR_CFG_VALUE(__PWR_CMD) __PWR_CMD.value argument
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/
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