Home
last modified time | relevance | path

Searched refs:boxnum (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dfw.c36 u8 boxnum) in _rtl8723e_check_fw_read_last_h2c() argument
43 val_mcutst_1 = rtl_read_byte(rtlpriv, (REG_MCUTST_1 + boxnum)); in _rtl8723e_check_fw_read_last_h2c()
45 if (((val_hmetfr >> boxnum) & BIT(0)) == 0 && val_mcutst_1 == 0) in _rtl8723e_check_fw_read_last_h2c()
55 u8 boxnum; in _rtl8723e_fill_h2c_command() local
106 boxnum = rtlhal->last_hmeboxnum; in _rtl8723e_fill_h2c_command()
107 switch (boxnum) { in _rtl8723e_fill_h2c_command()
126 boxnum); in _rtl8723e_fill_h2c_command()
130 isfw_read = _rtl8723e_check_fw_read_last_h2c(hw, boxnum); in _rtl8723e_fill_h2c_command()
137 boxnum); in _rtl8723e_fill_h2c_command()
144 boxnum); in _rtl8723e_fill_h2c_command()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dfw.c36 u8 boxnum) in _rtl8723be_check_fw_read_last_h2c() argument
43 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl8723be_check_fw_read_last_h2c()
53 u8 boxnum; in _rtl8723be_fill_h2c_command() local
104 boxnum = rtlhal->last_hmeboxnum; in _rtl8723be_fill_h2c_command()
105 switch (boxnum) { in _rtl8723be_fill_h2c_command()
124 boxnum); in _rtl8723be_fill_h2c_command()
128 isfw_read = _rtl8723be_check_fw_read_last_h2c(hw, boxnum); in _rtl8723be_fill_h2c_command()
134 boxnum); in _rtl8723be_fill_h2c_command()
141 boxnum); in _rtl8723be_fill_h2c_command()
145 boxnum, u1b_tmp); in _rtl8723be_fill_h2c_command()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dfw_common.c191 static bool _rtl92c_check_fw_read_last_h2c(struct ieee80211_hw *hw, u8 boxnum) in _rtl92c_check_fw_read_last_h2c() argument
198 val_mcutst_1 = rtl_read_byte(rtlpriv, (REG_MCUTST_1 + boxnum)); in _rtl92c_check_fw_read_last_h2c()
200 if (((val_hmetfr >> boxnum) & BIT(0)) == 0 && val_mcutst_1 == 0) in _rtl92c_check_fw_read_last_h2c()
210 u8 boxnum; in _rtl92c_fill_h2c_command() local
260 boxnum = rtlhal->last_hmeboxnum; in _rtl92c_fill_h2c_command()
261 switch (boxnum) { in _rtl92c_fill_h2c_command()
280 "switch case %#x not processed\n", boxnum); in _rtl92c_fill_h2c_command()
284 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command()
290 boxnum); in _rtl92c_fill_h2c_command()
296 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dfw.c176 static bool _rtl88e_check_fw_read_last_h2c(struct ieee80211_hw *hw, u8 boxnum) in _rtl88e_check_fw_read_last_h2c() argument
182 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl88e_check_fw_read_last_h2c()
193 u8 boxnum; in _rtl88e_fill_h2c_command() local
244 boxnum = rtlhal->last_hmeboxnum; in _rtl88e_fill_h2c_command()
245 switch (boxnum) { in _rtl88e_fill_h2c_command()
264 "switch case %#x not processed\n", boxnum); in _rtl88e_fill_h2c_command()
267 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); in _rtl88e_fill_h2c_command()
273 boxnum); in _rtl88e_fill_h2c_command()
279 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); in _rtl88e_fill_h2c_command()
283 boxnum, u1b_tmp); in _rtl88e_fill_h2c_command()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dfw.c279 static bool _rtl92d_check_fw_read_last_h2c(struct ieee80211_hw *hw, u8 boxnum) in _rtl92d_check_fw_read_last_h2c() argument
286 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl92d_check_fw_read_last_h2c()
297 u8 boxnum; in _rtl92d_fill_h2c_command() local
351 boxnum = rtlhal->last_hmeboxnum; in _rtl92d_fill_h2c_command()
352 switch (boxnum) { in _rtl92d_fill_h2c_command()
371 boxnum); in _rtl92d_fill_h2c_command()
374 isfw_read = _rtl92d_check_fw_read_last_h2c(hw, boxnum); in _rtl92d_fill_h2c_command()
380 boxnum); in _rtl92d_fill_h2c_command()
384 isfw_read = _rtl92d_check_fw_read_last_h2c(hw, boxnum); in _rtl92d_fill_h2c_command()
388 boxnum, u1b_tmp); in _rtl92d_fill_h2c_command()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dfw.c176 static bool _rtl92ee_check_fw_read_last_h2c(struct ieee80211_hw *hw, u8 boxnum) in _rtl92ee_check_fw_read_last_h2c() argument
183 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl92ee_check_fw_read_last_h2c()
194 u8 boxnum; in _rtl92ee_fill_h2c_command() local
249 boxnum = rtlhal->last_hmeboxnum; in _rtl92ee_fill_h2c_command()
250 switch (boxnum) { in _rtl92ee_fill_h2c_command()
269 "switch case %#x not processed\n", boxnum); in _rtl92ee_fill_h2c_command()
287 isfw_read = _rtl92ee_check_fw_read_last_h2c(hw, boxnum); in _rtl92ee_fill_h2c_command()
293 boxnum); in _rtl92ee_fill_h2c_command()
298 _rtl92ee_check_fw_read_last_h2c(hw, boxnum); in _rtl92ee_fill_h2c_command()
302 boxnum, u1b_tmp); in _rtl92ee_fill_h2c_command()
[all …]
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/
Dfw.c23 u8 boxnum) in _rtl8822be_check_fw_read_last_h2c() argument
30 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl8822be_check_fw_read_last_h2c()
40 u8 boxnum; in _rtl8822be_fill_h2c_command() local
86 boxnum = rtlhal->last_hmeboxnum; in _rtl8822be_fill_h2c_command()
87 switch (boxnum) { in _rtl8822be_fill_h2c_command()
127 isfw_read = _rtl8822be_check_fw_read_last_h2c(hw, boxnum); in _rtl8822be_fill_h2c_command()
133 boxnum); in _rtl8822be_fill_h2c_command()
138 _rtl8822be_check_fw_read_last_h2c(hw, boxnum); in _rtl8822be_fill_h2c_command()
142 boxnum, u1b_tmp); in _rtl8822be_fill_h2c_command()
151 boxnum); in _rtl8822be_fill_h2c_command()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dfw.c243 u8 boxnum) in _rtl8821ae_check_fw_read_last_h2c() argument
250 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl8821ae_check_fw_read_last_h2c()
261 u8 boxnum = 0; in _rtl8821ae_fill_h2c_command() local
306 boxnum = rtlhal->last_hmeboxnum; in _rtl8821ae_fill_h2c_command()
307 switch (boxnum) { in _rtl8821ae_fill_h2c_command()
326 "switch case %#x not processed\n", boxnum); in _rtl8821ae_fill_h2c_command()
344 _rtl8821ae_check_fw_read_last_h2c(hw, boxnum); in _rtl8821ae_fill_h2c_command()
351 boxnum); in _rtl8821ae_fill_h2c_command()
358 _rtl8821ae_check_fw_read_last_h2c(hw, boxnum); in _rtl8821ae_fill_h2c_command()
362 boxnum, u1b_tmp); in _rtl8821ae_fill_h2c_command()
[all …]