Searched refs:radioa_array_table (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ | 
| D | phy.c | 261 	u32 *radioa_array_table;  in rtl92c_phy_config_rf_with_headerfile()  local 269 		radioa_array_table = RTL8192CERADIOA_2TARRAY;  in rtl92c_phy_config_rf_with_headerfile() 278 		radioa_array_table = RTL8192CE_RADIOA_1TARRAY;  in rtl92c_phy_config_rf_with_headerfile() 290 			rtl_rfreg_delay(hw, rfpath, radioa_array_table[i],  in rtl92c_phy_config_rf_with_headerfile() 292 					radioa_array_table[i + 1]);  in rtl92c_phy_config_rf_with_headerfile()
  | 
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ | 
| D | phy.c | 237 	u32 *radioa_array_table;  in rtl92cu_phy_config_rf_with_headerfile()  local 246 		radioa_array_table = rtlphy->hwparam_tables[RADIOA_2T].pdata;  in rtl92cu_phy_config_rf_with_headerfile() 255 		radioa_array_table = rtlphy->hwparam_tables[RADIOA_1T].pdata;  in rtl92cu_phy_config_rf_with_headerfile() 267 			rtl_rfreg_delay(hw, rfpath, radioa_array_table[i],  in rtl92cu_phy_config_rf_with_headerfile() 269 					radioa_array_table[i + 1]);  in rtl92cu_phy_config_rf_with_headerfile()
  | 
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ | 
| D | phy.c | 511 	u32 *radioa_array_table;  in rtl8723e_phy_config_rf_with_headerfile()  local 516 	radioa_array_table = RTL8723E_RADIOA_1TARRAY;  in rtl8723e_phy_config_rf_with_headerfile() 525 			if (radioa_array_table[i] == 0xfe) {  in rtl8723e_phy_config_rf_with_headerfile() 527 			} else if (radioa_array_table[i] == 0xfd) {  in rtl8723e_phy_config_rf_with_headerfile() 529 			} else if (radioa_array_table[i] == 0xfc) {  in rtl8723e_phy_config_rf_with_headerfile() 531 			} else if (radioa_array_table[i] == 0xfb) {  in rtl8723e_phy_config_rf_with_headerfile() 533 			} else if (radioa_array_table[i] == 0xfa) {  in rtl8723e_phy_config_rf_with_headerfile() 535 			} else if (radioa_array_table[i] == 0xf9) {  in rtl8723e_phy_config_rf_with_headerfile() 538 				rtl_set_rfreg(hw, rfpath, radioa_array_table[i],  in rtl8723e_phy_config_rf_with_headerfile() 540 					      radioa_array_table[i + 1]);  in rtl8723e_phy_config_rf_with_headerfile()
  | 
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ | 
| D | phy.c | 735 	v1 = radioa_array_table[i]; \ 736 	v2 = radioa_array_table[i+1]; \ 741 			   u32 *radioa_array_table)  in process_path_a()  argument 748 		v1 = radioa_array_table[i];  in process_path_a() 749 		v2 = radioa_array_table[i+1];  in process_path_a() 757 			if (!_rtl88e_check_condition(hw, radioa_array_table[i])) {  in process_path_a() 795 	u32 *radioa_array_table;  in rtl88e_phy_config_rf_with_headerfile()  local 799 	radioa_array_table = RTL8188EE_RADIOA_1TARRAY;  in rtl88e_phy_config_rf_with_headerfile() 806 		process_path_a(hw, radioa_arraylen, radioa_array_table);  in rtl88e_phy_config_rf_with_headerfile()
  | 
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ | 
| D | phy.c | 767 			v1 = radioa_array_table[i]; \  in rtl8723be_phy_config_rf_with_headerfile() 768 			v2 = radioa_array_table[i+1]; \  in rtl8723be_phy_config_rf_with_headerfile() 773 	u32 *radioa_array_table;  in rtl8723be_phy_config_rf_with_headerfile()  local 780 	radioa_array_table = RTL8723BE_RADIOA_1TARRAY;  in rtl8723be_phy_config_rf_with_headerfile() 788 			v1 = radioa_array_table[i];  in rtl8723be_phy_config_rf_with_headerfile() 789 			v2 = radioa_array_table[i+1];  in rtl8723be_phy_config_rf_with_headerfile() 798 						radioa_array_table[i])) {  in rtl8723be_phy_config_rf_with_headerfile()
  | 
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ | 
| D | phy.c | 791 	u32 *radioa_array_table;  in rtl92d_phy_config_rf_with_headerfile()  local 797 	radioa_array_table = rtl8192de_radioa_2tarray;  in rtl92d_phy_config_rf_with_headerfile() 802 		radioa_array_table = rtl8192de_radioa_2t_int_paarray;  in rtl92d_phy_config_rf_with_headerfile() 821 		radioa_array_table = radiob_array_table;  in rtl92d_phy_config_rf_with_headerfile() 826 			rtl_rfreg_delay(hw, rfpath, radioa_array_table[i],  in rtl92d_phy_config_rf_with_headerfile() 828 					radioa_array_table[i + 1]);  in rtl92d_phy_config_rf_with_headerfile()
  | 
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ | 
| D | phy.c | 2088 		v1 = radioa_array_table[i]; \  in rtl8821ae_phy_config_rf_with_headerfile() 2089 		v2 = radioa_array_table[i+1]; \  in rtl8821ae_phy_config_rf_with_headerfile() 2095 	u32 *radioa_array_table;  in rtl8821ae_phy_config_rf_with_headerfile()  local 2102 	radioa_array_table = RTL8821AE_RADIOA_ARRAY;  in rtl8821ae_phy_config_rf_with_headerfile() 2110 			v1 = radioa_array_table[i];  in rtl8821ae_phy_config_rf_with_headerfile() 2111 			v2 = radioa_array_table[i+1];  in rtl8821ae_phy_config_rf_with_headerfile()
  |