Home
last modified time | relevance | path

Searched refs:PWR_CMD_POLLING (Results 1 – 13 of 13) sorted by relevance

/linux-5.19.10/drivers/staging/r8188eu/hal/
DHal8188EPwrSeq.c8 { 0x0006, PWR_CMD_POLLING, BIT(1), BIT(1) },
14 { 0x0005, PWR_CMD_POLLING, BIT(0), 0 },
23 { 0x0005, PWR_CMD_POLLING, BIT(1), 0 },
35 { 0x05F8, PWR_CMD_POLLING, 0xFF, 0 }, /* Should be zero if no packet is transmitted */
36 { 0x05F9, PWR_CMD_POLLING, 0xFF, 0 }, /* Should be zero if no packet is transmitted */
37 { 0x05FA, PWR_CMD_POLLING, 0xFF, 0 }, /* Should be zero if no packet is transmitted */
38 { 0x05FB, PWR_CMD_POLLING, 0xFF, 0 }, /* Should be zero if no packet is transmitted */
DHalPwrSeqCmd.c35 case PWR_CMD_POLLING: in HalPwrSeqCmdParsing()
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dpwrseq.h49 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT(1), BIT(1)},\
63 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT(0), 0},
77 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT(1), 0},
104 PWR_CMD_POLLING, BIT(1), 0},
115 PWR_BASEADDR_SDIO, PWR_CMD_POLLING, BIT(1), BIT(1)},\
139 PWR_CMD_POLLING, BIT(1), 0},
152 PWR_CMD_POLLING, BIT(1), BIT(1)},\
192 PWR_CMD_POLLING, 0xFF, 0},\
196 PWR_CMD_POLLING, 0xFF, 0},\
200 PWR_CMD_POLLING, 0xFF, 0},\
[all …]
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dpwrseq.h46 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT(1), BIT(1) \
64 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT(0), 0 \
84 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT(1), 0 \
111 PWR_BASEADDR_SDIO, PWR_CMD_POLLING, BIT(1), 0 \
119 PWR_BASEADDR_SDIO, PWR_CMD_POLLING, BIT(1), BIT(1) \
148 PWR_BASEADDR_SDIO, PWR_CMD_POLLING, BIT(1), 0 \
156 PWR_BASEADDR_SDIO, PWR_CMD_POLLING, BIT(1), BIT(1) \
178 PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0 \
181 PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0 \
184 PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0 \
[all …]
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dpwrseq.h56 PWR_BASEADDR_MAC , PWR_CMD_POLLING, BIT(1), BIT(1)}, \
65 PWR_BASEADDR_MAC , PWR_CMD_POLLING, BIT(0), 0},
82 PWR_BASEADDR_MAC , PWR_CMD_POLLING, BIT(1), 0},
103 PWR_BASEADDR_SDIO , PWR_CMD_POLLING, BIT(1), 0},
114 PWR_BASEADDR_SDIO , PWR_CMD_POLLING, BIT(1), BIT(1)}, \
144 PWR_BASEADDR_SDIO , PWR_CMD_POLLING, BIT(1), 0},
155 PWR_BASEADDR_SDIO , PWR_CMD_POLLING, BIT(1), BIT(1)}, \
197 PWR_BASEADDR_MAC , PWR_CMD_POLLING, 0xFF, 0}, \
200 PWR_BASEADDR_MAC , PWR_CMD_POLLING, 0xFF, 0}, \
203 PWR_BASEADDR_MAC , PWR_CMD_POLLING, 0xFF, 0}, \
[all …]
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Dhal_pwr_seq.h50 …{0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, BI…
56 …{0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, BI…
74 …{0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, BI…
89 …{0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_SDIO, PWR_CMD_POLLING, …
96 …{0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_SDIO, PWR_CMD_POLLING, …
109 …{0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_SDIO, PWR_CMD_POLLING, …
116 …{0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_SDIO, PWR_CMD_POLLING, …
141 …{0x05F8, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0x…
142 …{0x05F9, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0x…
143 …{0x05FA, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0x…
[all …]
DHalPwrSeqCmd.h27 #define PWR_CMD_POLLING 0x02 macro
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dpwrseq.h67 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT(1), BIT(1)}, \
84 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT(0), 0}, \
129 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT(1), 0}, \
167 PWR_BASEADDR_SDIO, PWR_CMD_POLLING, BIT(1), 0},
181 PWR_BASEADDR_SDIO, PWR_CMD_POLLING, BIT(1), BIT(1)}, \
214 PWR_BASEADDR_SDIO, PWR_CMD_POLLING, BIT(1), 0},
228 PWR_BASEADDR_SDIO, PWR_CMD_POLLING, BIT(1), BIT(1)}, \
280 PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0}, \
283 PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0}, \
286 PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0}, \
[all …]
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dpwrseq.h29 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT1, BIT1 \
41 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT0, 0},
69 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT1, 0 \
229 PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0 \
232 PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0 \
235 PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0 \
238 PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0 \
282 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT7, 0 \
392 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT1, BIT1 \
410 PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT0, 0 \
[all …]
/linux-5.19.10/drivers/staging/r8188eu/include/
DHalPwrSeqCmd.h19 #define PWR_CMD_POLLING 0x02 macro
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/
Dpwrseqcmd.h14 #define PWR_CMD_POLLING 0x02 macro
Dcore.c1833 case PWR_CMD_POLLING: in rtl_hal_pwrseqcmdparsing()
/linux-5.19.10/drivers/staging/rtl8723bs/hal/
DHalPwrSeqCmd.c100 case PWR_CMD_POLLING: in HalPwrSeqCmdParsing()