Home
last modified time | relevance | path

Searched refs:rfpath (Results 1 – 25 of 48) sorted by relevance

12

/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dstats.c74 u8 rfpath; in rtl_process_ui_rssi() local
103 for (rfpath = RF90_PATH_A; rfpath < rtlphy->num_total_rfpath; in rtl_process_ui_rssi()
104 rfpath++) { in rtl_process_ui_rssi()
105 if (rtlpriv->stats.rx_rssi_percentage[rfpath] == 0) { in rtl_process_ui_rssi()
106 rtlpriv->stats.rx_rssi_percentage[rfpath] = in rtl_process_ui_rssi()
107 pstatus->rx_mimo_signalstrength[rfpath]; in rtl_process_ui_rssi()
110 if (pstatus->rx_mimo_signalstrength[rfpath] > in rtl_process_ui_rssi()
111 rtlpriv->stats.rx_rssi_percentage[rfpath]) { in rtl_process_ui_rssi()
112 rtlpriv->stats.rx_rssi_percentage[rfpath] = in rtl_process_ui_rssi()
113 ((rtlpriv->stats.rx_rssi_percentage[rfpath] * in rtl_process_ui_rssi()
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Drf.c75 u8 rfpath; in rtl92d_phy_rf6052_config() local
122 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in rtl92d_phy_rf6052_config()
125 if (rfpath == RF90_PATH_A) { in rtl92d_phy_rf6052_config()
128 } else if (rfpath == RF90_PATH_B) { in rtl92d_phy_rf6052_config()
131 rfpath = RF90_PATH_A; in rtl92d_phy_rf6052_config()
137 if (rfpath == RF90_PATH_A) in rtl92d_phy_rf6052_config()
139 if (rfpath == RF90_PATH_B) { in rtl92d_phy_rf6052_config()
143 rfpath = RF90_PATH_A; in rtl92d_phy_rf6052_config()
148 pphyreg = &rtlphy->phyreg_def[rfpath]; in rtl92d_phy_rf6052_config()
149 switch (rfpath) { in rtl92d_phy_rf6052_config()
[all …]
H A Dphy.c456 enum radio_path rfpath) in rtl92d_phy_config_rf_with_headerfile() argument
480 rtl_dbg(rtlpriv, COMP_INIT, DBG_TRACE, "Radio No %x\n", rfpath); in rtl92d_phy_config_rf_with_headerfile()
485 if ((content == radiob_txt) && (rfpath == RF90_PATH_A)) { in rtl92d_phy_config_rf_with_headerfile()
491 switch (rfpath) { in rtl92d_phy_config_rf_with_headerfile()
494 rtl_rfreg_delay(hw, rfpath, radioa_array_table[i], in rtl92d_phy_config_rf_with_headerfile()
501 rtl_rfreg_delay(hw, rfpath, radiob_array_table[i], in rtl92d_phy_config_rf_with_headerfile()
508 pr_err("switch case %#x not processed\n", rfpath); in rtl92d_phy_config_rf_with_headerfile()
656 u8 channel, u8 rfpath) in _rtl92d_phy_reload_imr_setting() argument
664 rtl_dbg(rtlpriv, COMP_CMD, DBG_LOUD, "====>path %d\n", rfpath); in _rtl92d_phy_reload_imr_setting()
680 rtl_set_rfreg(hw, (enum radio_path)rfpath, in _rtl92d_phy_reload_imr_setting()
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
H A Drf.c88 u8 rfpath; in rtl92du_phy_rf6052_config() local
132 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in rtl92du_phy_rf6052_config()
135 if (rfpath == RF90_PATH_A) { in rtl92du_phy_rf6052_config()
138 } else if (rfpath == RF90_PATH_B) { in rtl92du_phy_rf6052_config()
141 rfpath = RF90_PATH_A; in rtl92du_phy_rf6052_config()
147 if (rfpath == RF90_PATH_A) in rtl92du_phy_rf6052_config()
149 if (rfpath == RF90_PATH_B) { in rtl92du_phy_rf6052_config()
153 rfpath = RF90_PATH_A; in rtl92du_phy_rf6052_config()
159 pphyreg = &rtlphy->phyreg_def[rfpath]; in rtl92du_phy_rf6052_config()
161 switch (rfpath) { in rtl92du_phy_rf6052_config()
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Dhw_common.c368 u32 rfpath, eeaddr, group, offset, offset1, offset2; in _rtl92d_readpowervalue_fromprom() local
374 for (rfpath = 0; rfpath < RF6052_MAX_PATH; rfpath++) { in _rtl92d_readpowervalue_fromprom()
376 pwrinfo->cck_index[rfpath][group] = in _rtl92d_readpowervalue_fromprom()
378 pwrinfo->ht40_1sindex[rfpath][group] = in _rtl92d_readpowervalue_fromprom()
381 pwrinfo->ht40_1sindex[rfpath][group] = in _rtl92d_readpowervalue_fromprom()
384 pwrinfo->ht40_2sindexdiff[rfpath][group] = in _rtl92d_readpowervalue_fromprom()
386 pwrinfo->ht20indexdiff[rfpath][group] = in _rtl92d_readpowervalue_fromprom()
388 pwrinfo->ofdmindexdiff[rfpath][group] = in _rtl92d_readpowervalue_fromprom()
390 pwrinfo->ht40maxoffset[rfpath][group] = in _rtl92d_readpowervalue_fromprom()
392 pwrinfo->ht20maxoffset[rfpath][group] = in _rtl92d_readpowervalue_fromprom()
[all …]
H A Drf_common.c14 u8 rfpath; in rtl92d_phy_rf6052_set_bandwidth() local
18 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in rtl92d_phy_rf6052_set_bandwidth()
19 rtlphy->rfreg_chnlval[rfpath] &= 0xfffff3ff; in rtl92d_phy_rf6052_set_bandwidth()
20 rtlphy->rfreg_chnlval[rfpath] |= 0x0400; in rtl92d_phy_rf6052_set_bandwidth()
22 rtl_set_rfreg(hw, rfpath, RF_CHNLBW, in rtl92d_phy_rf6052_set_bandwidth()
27 rtlphy->rfreg_chnlval[rfpath]); in rtl92d_phy_rf6052_set_bandwidth()
32 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in rtl92d_phy_rf6052_set_bandwidth()
33 rtlphy->rfreg_chnlval[rfpath] &= 0xfffff3ff; in rtl92d_phy_rf6052_set_bandwidth()
35 rtl_set_rfreg(hw, rfpath, RF_CHNLBW, in rtl92d_phy_rf6052_set_bandwidth()
40 rtlphy->rfreg_chnlval[rfpath]); in rtl92d_phy_rf6052_set_bandwidth()
H A Dtrx_common.c179 u8 rfpath; in rtl92d_loop_over_paths() local
181 for (rfpath = RF90_PATH_A; rfpath < rtlphy->num_total_rfpath; in rtl92d_loop_over_paths()
182 rfpath++) { in rtl92d_loop_over_paths()
183 if (rtlpriv->stats.rx_rssi_percentage[rfpath] == 0) { in rtl92d_loop_over_paths()
184 rtlpriv->stats.rx_rssi_percentage[rfpath] = in rtl92d_loop_over_paths()
185 pstats->rx_mimo_signalstrength[rfpath]; in rtl92d_loop_over_paths()
187 if (pstats->rx_mimo_signalstrength[rfpath] > in rtl92d_loop_over_paths()
188 rtlpriv->stats.rx_rssi_percentage[rfpath]) { in rtl92d_loop_over_paths()
189 rtlpriv->stats.rx_rssi_percentage[rfpath] = in rtl92d_loop_over_paths()
190 ((rtlpriv->stats.rx_rssi_percentage[rfpath] * in rtl92d_loop_over_paths()
[all …]
H A Dphy_common.c22 enum radio_path rfpath, u32 offset) in _rtl92d_phy_rf_serial_read() argument
26 struct bb_reg_def *pphyreg = &rtlphy->phyreg_def[rfpath]; in _rtl92d_phy_rf_serial_read()
34 if (rfpath == RF90_PATH_A) in _rtl92d_phy_rf_serial_read()
48 if (rfpath == RF90_PATH_A) in _rtl92d_phy_rf_serial_read()
51 else if (rfpath == RF90_PATH_B) in _rtl92d_phy_rf_serial_read()
61 rfpath, pphyreg->rf_rb, retvalue); in _rtl92d_phy_rf_serial_read()
66 enum radio_path rfpath, in _rtl92d_phy_rf_serial_write() argument
71 struct bb_reg_def *pphyreg = &rtlphy->phyreg_def[rfpath]; in _rtl92d_phy_rf_serial_write()
80 rfpath, pphyreg->rf3wire_offset, data_and_addr); in _rtl92d_phy_rf_serial_write()
83 u32 rtl92d_phy_query_rf_reg(struct ieee80211_hw *hw, enum radio_path rfpath, in rtl92d_phy_query_rf_reg() argument
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Drf.c59 u8 rfpath; in _rtl92ee_phy_rf6052_config_parafile() local
63 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in _rtl92ee_phy_rf6052_config_parafile()
64 pphyreg = &rtlphy->phyreg_def[rfpath]; in _rtl92ee_phy_rf6052_config_parafile()
66 switch (rfpath) { in _rtl92ee_phy_rf6052_config_parafile()
92 switch (rfpath) { in _rtl92ee_phy_rf6052_config_parafile()
95 (enum radio_path)rfpath); in _rtl92ee_phy_rf6052_config_parafile()
99 (enum radio_path)rfpath); in _rtl92ee_phy_rf6052_config_parafile()
107 switch (rfpath) { in _rtl92ee_phy_rf6052_config_parafile()
122 "Radio[%d] Fail!!\n", rfpath); in _rtl92ee_phy_rf6052_config_parafile()
H A Dphy.c15 enum radio_path rfpath, u32 offset);
17 enum radio_path rfpath, u32 offset,
82 enum radio_path rfpath, u32 regaddr, u32 bitmask) in rtl92ee_phy_query_rf_reg() argument
89 regaddr, rfpath, bitmask); in rtl92ee_phy_query_rf_reg()
93 original_value = _rtl92ee_phy_rf_serial_read(hw , rfpath, regaddr); in rtl92ee_phy_query_rf_reg()
101 regaddr, rfpath, bitmask, original_value); in rtl92ee_phy_query_rf_reg()
107 enum radio_path rfpath, in rtl92ee_phy_set_rf_reg() argument
115 addr, bitmask, data, rfpath); in rtl92ee_phy_set_rf_reg()
120 original_value = _rtl92ee_phy_rf_serial_read(hw, rfpath, addr); in rtl92ee_phy_set_rf_reg()
125 _rtl92ee_phy_rf_serial_write(hw, rfpath, addr, data); in rtl92ee_phy_set_rf_reg()
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c1530 static void set_24g_base(struct txpower_info_2g *pwrinfo24g, u32 rfpath) in set_24g_base() argument
1535 pwrinfo24g->index_cck_base[rfpath][group] = 0x2D; in set_24g_base()
1536 pwrinfo24g->index_bw40_base[rfpath][group] = 0x2D; in set_24g_base()
1540 pwrinfo24g->bw20_diff[rfpath][0] = 0x02; in set_24g_base()
1541 pwrinfo24g->ofdm_diff[rfpath][0] = 0x04; in set_24g_base()
1543 pwrinfo24g->bw20_diff[rfpath][txcnt] = 0xFE; in set_24g_base()
1544 pwrinfo24g->bw40_diff[rfpath][txcnt] = 0xFE; in set_24g_base()
1545 pwrinfo24g->cck_diff[rfpath][txcnt] = 0xFE; in set_24g_base()
1546 pwrinfo24g->ofdm_diff[rfpath][txcnt] = 0xFE; in set_24g_base()
1557 u32 rfpath, eeaddr = EEPROM_TX_PWR_INX, group, txcnt = 0; in read_power_value_fromprom() local
[all …]
H A Drf.c415 u8 rfpath; in _rtl88e_phy_rf6052_config_parafile() local
419 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in _rtl88e_phy_rf6052_config_parafile()
420 pphyreg = &rtlphy->phyreg_def[rfpath]; in _rtl88e_phy_rf6052_config_parafile()
422 switch (rfpath) { in _rtl88e_phy_rf6052_config_parafile()
448 switch (rfpath) { in _rtl88e_phy_rf6052_config_parafile()
451 (enum radio_path)rfpath); in _rtl88e_phy_rf6052_config_parafile()
455 (enum radio_path)rfpath); in _rtl88e_phy_rf6052_config_parafile()
463 switch (rfpath) { in _rtl88e_phy_rf6052_config_parafile()
478 "Radio[%d] Fail!!\n", rfpath); in _rtl88e_phy_rf6052_config_parafile()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dphy.h59 u32 rtl92c_phy_query_rf_reg(struct ieee80211_hw *hw, enum radio_path rfpath,
61 void rtl92ce_phy_set_rf_reg(struct ieee80211_hw *hw, enum radio_path rfpath,
67 enum radio_path rfpath);
84 enum radio_path rfpath);
86 u32 rfpath);
93 u32 _rtl92c_phy_rf_serial_read(struct ieee80211_hw *hw, enum radio_path rfpath,
96 enum radio_path rfpath, u32 offset);
98 enum radio_path rfpath, u32 offset, u32 data);
100 enum radio_path rfpath, u32 offset,
H A Dphy.c22 enum radio_path rfpath, u32 regaddr, u32 bitmask) in rtl92c_phy_query_rf_reg() argument
30 regaddr, rfpath, bitmask); in rtl92c_phy_query_rf_reg()
36 rfpath, regaddr); in rtl92c_phy_query_rf_reg()
39 rfpath, regaddr); in rtl92c_phy_query_rf_reg()
49 regaddr, rfpath, bitmask, original_value); in rtl92c_phy_query_rf_reg()
95 enum radio_path rfpath, in rtl92ce_phy_set_rf_reg() argument
104 regaddr, bitmask, data, rfpath); in rtl92ce_phy_set_rf_reg()
111 rfpath, in rtl92ce_phy_set_rf_reg()
119 _rtl92c_phy_rf_serial_write(hw, rfpath, regaddr, data); in rtl92ce_phy_set_rf_reg()
123 rfpath, in rtl92ce_phy_set_rf_reg()
[all …]
H A Drf.c410 u8 rfpath; in _rtl92ce_phy_rf6052_config_parafile() local
414 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in _rtl92ce_phy_rf6052_config_parafile()
416 pphyreg = &rtlphy->phyreg_def[rfpath]; in _rtl92ce_phy_rf6052_config_parafile()
418 switch (rfpath) { in _rtl92ce_phy_rf6052_config_parafile()
444 switch (rfpath) { in _rtl92ce_phy_rf6052_config_parafile()
447 (enum radio_path)rfpath); in _rtl92ce_phy_rf6052_config_parafile()
451 (enum radio_path)rfpath); in _rtl92ce_phy_rf6052_config_parafile()
459 switch (rfpath) { in _rtl92ce_phy_rf6052_config_parafile()
474 "Radio[%d] Fail!!\n", rfpath); in _rtl92ce_phy_rf6052_config_parafile()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dphy.c19 enum radio_path rfpath, u32 regaddr, u32 bitmask) in rtl92cu_phy_query_rf_reg() argument
27 regaddr, rfpath, bitmask); in rtl92cu_phy_query_rf_reg()
30 rfpath, regaddr); in rtl92cu_phy_query_rf_reg()
33 rfpath, regaddr); in rtl92cu_phy_query_rf_reg()
39 regaddr, rfpath, bitmask, original_value); in rtl92cu_phy_query_rf_reg()
44 enum radio_path rfpath, in rtl92cu_phy_set_rf_reg() argument
53 regaddr, bitmask, data, rfpath); in rtl92cu_phy_set_rf_reg()
57 rfpath, in rtl92cu_phy_set_rf_reg()
64 _rtl92c_phy_rf_serial_write(hw, rfpath, regaddr, data); in rtl92cu_phy_set_rf_reg()
68 rfpath, in rtl92cu_phy_set_rf_reg()
[all …]
H A Drf.c383 u8 rfpath; in _rtl92c_phy_rf6052_config_parafile() local
387 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in _rtl92c_phy_rf6052_config_parafile()
388 pphyreg = &rtlphy->phyreg_def[rfpath]; in _rtl92c_phy_rf6052_config_parafile()
389 switch (rfpath) { in _rtl92c_phy_rf6052_config_parafile()
410 switch (rfpath) { in _rtl92c_phy_rf6052_config_parafile()
414 (enum radio_path) rfpath); in _rtl92c_phy_rf6052_config_parafile()
421 switch (rfpath) { in _rtl92c_phy_rf6052_config_parafile()
435 "Radio[%d] Fail!!\n", rfpath); in _rtl92c_phy_rf6052_config_parafile()
H A Dphy.h7 bool rtl8192_phy_check_is_legal_rfpath(struct ieee80211_hw *hw, u32 rfpath);
12 enum radio_path rfpath, u32 regaddr, u32 bitmask);
14 enum radio_path rfpath,
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dphy.c61 enum radio_path rfpath, u32 offset) in _rtl92s_phy_rf_serial_read() argument
66 struct bb_reg_def *pphyreg = &rtlphy->phyreg_def[rfpath]; in _rtl92s_phy_rf_serial_read()
77 if (rfpath == RF90_PATH_A) in _rtl92s_phy_rf_serial_read()
97 if (rfpath == RF90_PATH_A) in _rtl92s_phy_rf_serial_read()
100 else if (rfpath == RF90_PATH_B) in _rtl92s_phy_rf_serial_read()
112 rfpath, pphyreg->rf_rb, retvalue); in _rtl92s_phy_rf_serial_read()
119 enum radio_path rfpath, u32 offset, in _rtl92s_phy_rf_serial_write() argument
124 struct bb_reg_def *pphyreg = &rtlphy->phyreg_def[rfpath]; in _rtl92s_phy_rf_serial_write()
135 rfpath, pphyreg->rf3wire_offset, data_and_addr); in _rtl92s_phy_rf_serial_write()
139 u32 rtl92s_phy_query_rf_reg(struct ieee80211_hw *hw, enum radio_path rfpath, in rtl92s_phy_query_rf_reg() argument
[all …]
H A Drf.c403 u8 rfpath; in rtl92s_phy_rf6052_config() local
408 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in rtl92s_phy_rf6052_config()
410 pphyreg = &rtlphy->phyreg_def[rfpath]; in rtl92s_phy_rf6052_config()
413 switch (rfpath) { in rtl92s_phy_rf6052_config()
442 switch (rfpath) { in rtl92s_phy_rf6052_config()
445 (enum radio_path)rfpath); in rtl92s_phy_rf6052_config()
449 (enum radio_path)rfpath); in rtl92s_phy_rf6052_config()
458 switch (rfpath) { in rtl92s_phy_rf6052_config()
473 pr_err("Radio[%d] Fail!!\n", rfpath); in rtl92s_phy_rf6052_config()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.h167 enum radio_path rfpath, u32 regaddr,
173 enum radio_path rfpath);
191 enum radio_path rfpath);
193 u32 rfpath);
212 enum radio_path rfpath, u32 offset);
214 enum radio_path rfpath, u32 offset,
217 enum radio_path rfpath, u32 offset);
219 enum radio_path rfpath, u32 offset,
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c2545 u32 rfpath, eeaddr = EEPROM_TX_PWR_INX, group, txcount = 0; in _rtl8821ae_read_power_value_fromprom() local
2556 for (rfpath = 0 ; rfpath < MAX_RF_PATH ; rfpath++) { in _rtl8821ae_read_power_value_fromprom()
2559 pwrinfo24g->index_cck_base[rfpath][group] = 0x2D; in _rtl8821ae_read_power_value_fromprom()
2560 pwrinfo24g->index_bw40_base[rfpath][group] = 0x2D; in _rtl8821ae_read_power_value_fromprom()
2564 pwrinfo24g->bw20_diff[rfpath][0] = 0x02; in _rtl8821ae_read_power_value_fromprom()
2565 pwrinfo24g->ofdm_diff[rfpath][0] = 0x04; in _rtl8821ae_read_power_value_fromprom()
2567 pwrinfo24g->bw20_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()
2568 pwrinfo24g->bw40_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()
2569 pwrinfo24g->cck_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()
2570 pwrinfo24g->ofdm_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()
[all …]
H A Drf.c398 u8 rfpath; in _rtl8821ae_phy_rf6052_config_parafile() local
401 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in _rtl8821ae_phy_rf6052_config_parafile()
402 switch (rfpath) { in _rtl8821ae_phy_rf6052_config_parafile()
407 (enum radio_path)rfpath); in _rtl8821ae_phy_rf6052_config_parafile()
411 (enum radio_path)rfpath); in _rtl8821ae_phy_rf6052_config_parafile()
418 (enum radio_path)rfpath); in _rtl8821ae_phy_rf6052_config_parafile()
422 (enum radio_path)rfpath); in _rtl8821ae_phy_rf6052_config_parafile()
432 "Radio[%d] Fail!!\n", rfpath); in _rtl8821ae_phy_rf6052_config_parafile()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Drf.c419 u8 rfpath; in _rtl8723e_phy_rf6052_config_parafile() local
423 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in _rtl8723e_phy_rf6052_config_parafile()
425 pphyreg = &rtlphy->phyreg_def[rfpath]; in _rtl8723e_phy_rf6052_config_parafile()
427 switch (rfpath) { in _rtl8723e_phy_rf6052_config_parafile()
453 switch (rfpath) { in _rtl8723e_phy_rf6052_config_parafile()
456 (enum radio_path)rfpath); in _rtl8723e_phy_rf6052_config_parafile()
461 (enum radio_path)rfpath); in _rtl8723e_phy_rf6052_config_parafile()
469 switch (rfpath) { in _rtl8723e_phy_rf6052_config_parafile()
484 "Radio[%d] Fail!!\n", rfpath); in _rtl8723e_phy_rf6052_config_parafile()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Drf.c419 u8 rfpath; in _rtl8723be_phy_rf6052_config_parafile() local
423 for (rfpath = 0; rfpath < rtlphy->num_total_rfpath; rfpath++) { in _rtl8723be_phy_rf6052_config_parafile()
424 pphyreg = &rtlphy->phyreg_def[rfpath]; in _rtl8723be_phy_rf6052_config_parafile()
426 switch (rfpath) { in _rtl8723be_phy_rf6052_config_parafile()
452 switch (rfpath) { in _rtl8723be_phy_rf6052_config_parafile()
455 (enum radio_path)rfpath); in _rtl8723be_phy_rf6052_config_parafile()
459 (enum radio_path)rfpath); in _rtl8723be_phy_rf6052_config_parafile()
467 switch (rfpath) { in _rtl8723be_phy_rf6052_config_parafile()
482 "Radio[%d] Fail!!\n", rfpath); in _rtl8723be_phy_rf6052_config_parafile()

12