Home
last modified time | relevance | path

Searched refs:PwrCfgCmd (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A DHalPwrSeqCmd.c45 WLAN_PWR_CFG PwrCfgCmd; in HalPwrSeqCmdParsing() local
54 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
61 GET_PWR_CFG_OFFSET(PwrCfgCmd), in HalPwrSeqCmdParsing()
62 GET_PWR_CFG_CUT_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
63 GET_PWR_CFG_FAB_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
64 GET_PWR_CFG_INTF_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
65 GET_PWR_CFG_BASE(PwrCfgCmd), in HalPwrSeqCmdParsing()
66 GET_PWR_CFG_CMD(PwrCfgCmd), in HalPwrSeqCmdParsing()
67 GET_PWR_CFG_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
68 GET_PWR_CFG_VALUE(PwrCfgCmd) in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A DHalPwrSeqCmd.c55 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
64 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
68 GET_PWR_CFG_OFFSET(PwrCfgCmd), in HalPwrSeqCmdParsing()
69 GET_PWR_CFG_CUT_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
70 GET_PWR_CFG_FAB_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
71 GET_PWR_CFG_INTF_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
72 GET_PWR_CFG_BASE(PwrCfgCmd), in HalPwrSeqCmdParsing()
73 GET_PWR_CFG_CMD(PwrCfgCmd), in HalPwrSeqCmdParsing()
74 GET_PWR_CFG_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
75 GET_PWR_CFG_VALUE(PwrCfgCmd))); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A DHalPwrSeqCmd.c55 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
64 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
68 GET_PWR_CFG_OFFSET(PwrCfgCmd), in HalPwrSeqCmdParsing()
69 GET_PWR_CFG_CUT_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
70 GET_PWR_CFG_FAB_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
71 GET_PWR_CFG_INTF_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
72 GET_PWR_CFG_BASE(PwrCfgCmd), in HalPwrSeqCmdParsing()
73 GET_PWR_CFG_CMD(PwrCfgCmd), in HalPwrSeqCmdParsing()
74 GET_PWR_CFG_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
75 GET_PWR_CFG_VALUE(PwrCfgCmd))); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/
H A DHalPwrSeqCmd.c55 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
64 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
68 GET_PWR_CFG_OFFSET(PwrCfgCmd), in HalPwrSeqCmdParsing()
69 GET_PWR_CFG_CUT_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
70 GET_PWR_CFG_FAB_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
71 GET_PWR_CFG_INTF_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
72 GET_PWR_CFG_BASE(PwrCfgCmd), in HalPwrSeqCmdParsing()
73 GET_PWR_CFG_CMD(PwrCfgCmd), in HalPwrSeqCmdParsing()
74 GET_PWR_CFG_MASK(PwrCfgCmd), in HalPwrSeqCmdParsing()
75 GET_PWR_CFG_VALUE(PwrCfgCmd))); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/
H A DHalPwrSeqCmd.c50 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
61 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
65 if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && in HalPwrSeqCmdParsing()
66 (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && in HalPwrSeqCmdParsing()
67 (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType)) { in HalPwrSeqCmdParsing()
68 switch (GET_PWR_CFG_CMD(PwrCfgCmd)) { in HalPwrSeqCmdParsing()
73 offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); in HalPwrSeqCmdParsing()
80 if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) { in HalPwrSeqCmdParsing()
84 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
85 value |= (GET_PWR_CFG_VALUE(PwrCfgCmd) & GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/
H A DHalPwrSeqCmd.c51 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
62 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
66 if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && in HalPwrSeqCmdParsing()
67 (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && in HalPwrSeqCmdParsing()
68 (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType)) { in HalPwrSeqCmdParsing()
69 switch (GET_PWR_CFG_CMD(PwrCfgCmd)) { in HalPwrSeqCmdParsing()
74 offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); in HalPwrSeqCmdParsing()
81 if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) { in HalPwrSeqCmdParsing()
85 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
86 value |= (GET_PWR_CFG_VALUE(PwrCfgCmd) & GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/
H A DHalPwrSeqCmd.c50 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
61 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
65 if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && in HalPwrSeqCmdParsing()
66 (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && in HalPwrSeqCmdParsing()
67 (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType)) { in HalPwrSeqCmdParsing()
68 switch (GET_PWR_CFG_CMD(PwrCfgCmd)) { in HalPwrSeqCmdParsing()
73 offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); in HalPwrSeqCmdParsing()
80 if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) { in HalPwrSeqCmdParsing()
84 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
85 value |= (GET_PWR_CFG_VALUE(PwrCfgCmd) & GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/
H A DHalPwrSeqCmd.c51 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
62 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
66 if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && in HalPwrSeqCmdParsing()
67 (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && in HalPwrSeqCmdParsing()
68 (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType)) { in HalPwrSeqCmdParsing()
69 switch (GET_PWR_CFG_CMD(PwrCfgCmd)) { in HalPwrSeqCmdParsing()
74 offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); in HalPwrSeqCmdParsing()
81 if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) { in HalPwrSeqCmdParsing()
85 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
86 value |= (GET_PWR_CFG_VALUE(PwrCfgCmd) & GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/
H A DHalPwrSeqCmd.c50 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
61 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
65 if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && in HalPwrSeqCmdParsing()
66 (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && in HalPwrSeqCmdParsing()
67 (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType)) { in HalPwrSeqCmdParsing()
68 switch (GET_PWR_CFG_CMD(PwrCfgCmd)) { in HalPwrSeqCmdParsing()
73 offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); in HalPwrSeqCmdParsing()
80 if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) { in HalPwrSeqCmdParsing()
84 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
85 value |= (GET_PWR_CFG_VALUE(PwrCfgCmd) & GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/
H A DHalPwrSeqCmd.c50 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
61 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
65 if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && in HalPwrSeqCmdParsing()
66 (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && in HalPwrSeqCmdParsing()
67 (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType)) { in HalPwrSeqCmdParsing()
68 switch (GET_PWR_CFG_CMD(PwrCfgCmd)) { in HalPwrSeqCmdParsing()
73 offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); in HalPwrSeqCmdParsing()
80 if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) { in HalPwrSeqCmdParsing()
84 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
85 value |= (GET_PWR_CFG_VALUE(PwrCfgCmd) & GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/
H A DHalPwrSeqCmd.c51 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
62 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
66 if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && in HalPwrSeqCmdParsing()
67 (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && in HalPwrSeqCmdParsing()
68 (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType)) { in HalPwrSeqCmdParsing()
69 switch (GET_PWR_CFG_CMD(PwrCfgCmd)) { in HalPwrSeqCmdParsing()
74 offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); in HalPwrSeqCmdParsing()
81 if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) { in HalPwrSeqCmdParsing()
85 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
86 value |= (GET_PWR_CFG_VALUE(PwrCfgCmd) & GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/
H A DHalPwrSeqCmd.c50 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
61 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
65 if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && in HalPwrSeqCmdParsing()
66 (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && in HalPwrSeqCmdParsing()
67 (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType)) { in HalPwrSeqCmdParsing()
68 switch (GET_PWR_CFG_CMD(PwrCfgCmd)) { in HalPwrSeqCmdParsing()
73 offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); in HalPwrSeqCmdParsing()
80 if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) { in HalPwrSeqCmdParsing()
84 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
85 value |= (GET_PWR_CFG_VALUE(PwrCfgCmd) & GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/
H A DHalPwrSeqCmd.c51 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
62 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
66 if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && in HalPwrSeqCmdParsing()
67 (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && in HalPwrSeqCmdParsing()
68 (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType)) { in HalPwrSeqCmdParsing()
69 switch (GET_PWR_CFG_CMD(PwrCfgCmd)) { in HalPwrSeqCmdParsing()
74 offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); in HalPwrSeqCmdParsing()
81 if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) { in HalPwrSeqCmdParsing()
85 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
86 value |= (GET_PWR_CFG_VALUE(PwrCfgCmd) & GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/
H A DHalPwrSeqCmd.c50 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
61 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
65 if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && in HalPwrSeqCmdParsing()
66 (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && in HalPwrSeqCmdParsing()
67 (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType)) { in HalPwrSeqCmdParsing()
68 switch (GET_PWR_CFG_CMD(PwrCfgCmd)) { in HalPwrSeqCmdParsing()
73 offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); in HalPwrSeqCmdParsing()
80 if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) { in HalPwrSeqCmdParsing()
84 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
85 value |= (GET_PWR_CFG_VALUE(PwrCfgCmd) & GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/
H A DHalPwrSeqCmd.c51 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
62 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
66 if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && in HalPwrSeqCmdParsing()
67 (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && in HalPwrSeqCmdParsing()
68 (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType)) { in HalPwrSeqCmdParsing()
69 switch (GET_PWR_CFG_CMD(PwrCfgCmd)) { in HalPwrSeqCmdParsing()
74 offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); in HalPwrSeqCmdParsing()
81 if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) { in HalPwrSeqCmdParsing()
85 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
86 value |= (GET_PWR_CFG_VALUE(PwrCfgCmd) & GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/
H A DHalPwrSeqCmd.c50 WLAN_PWR_CFG PwrCfgCmd = {0}; in HalPwrSeqCmdParsing() local
61 PwrCfgCmd = PwrSeqCmd[AryIdx]; in HalPwrSeqCmdParsing()
65 if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && in HalPwrSeqCmdParsing()
66 (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && in HalPwrSeqCmdParsing()
67 (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType)) { in HalPwrSeqCmdParsing()
68 switch (GET_PWR_CFG_CMD(PwrCfgCmd)) { in HalPwrSeqCmdParsing()
73 offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); in HalPwrSeqCmdParsing()
80 if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) { in HalPwrSeqCmdParsing()
84 value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
85 value |= (GET_PWR_CFG_VALUE(PwrCfgCmd) & GET_PWR_CFG_MASK(PwrCfgCmd)); in HalPwrSeqCmdParsing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A DHalPwrSeqCmd.h133 WLAN_PWR_CFG PwrCfgCmd[]);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A DHalPwrSeqCmd.h129 WLAN_PWR_CFG PwrCfgCmd[]);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A DHalPwrSeqCmd.h129 WLAN_PWR_CFG PwrCfgCmd[]);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A DHalPwrSeqCmd.h128 WLAN_PWR_CFG PwrCfgCmd[]);
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A DHalPwrSeqCmd.h120 WLAN_PWR_CFG PwrCfgCmd[]);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A DHalPwrSeqCmd.h128 WLAN_PWR_CFG PwrCfgCmd[]);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A DHalPwrSeqCmd.h129 WLAN_PWR_CFG PwrCfgCmd[]);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A DHalPwrSeqCmd.h129 WLAN_PWR_CFG PwrCfgCmd[]);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A DHalPwrSeqCmd.h128 WLAN_PWR_CFG PwrCfgCmd[]);

12