Searched refs:agctab_array_table (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/ | 
| D | phy.c | 187 	u32 *agctab_array_table;  in _rtl92ce_phy_config_bb_with_headerfile()  local 194 		agctab_array_table = RTL8192CEAGCTAB_2TARRAY;  in _rtl92ce_phy_config_bb_with_headerfile() 199 		agctab_array_table = RTL8192CEAGCTAB_1TARRAY;  in _rtl92ce_phy_config_bb_with_headerfile() 216 			rtl_set_bbreg(hw, agctab_array_table[i], MASKDWORD,  in _rtl92ce_phy_config_bb_with_headerfile() 217 				      agctab_array_table[i + 1]);  in _rtl92ce_phy_config_bb_with_headerfile() 221 				 agctab_array_table[i],  in _rtl92ce_phy_config_bb_with_headerfile() 222 				 agctab_array_table[i + 1]);  in _rtl92ce_phy_config_bb_with_headerfile()
  | 
| /linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/ | 
| D | phy.c | 176 	u32 *agctab_array_table;  in _rtl92cu_phy_config_bb_with_headerfile()  local 184 		agctab_array_table =  rtlphy->hwparam_tables[AGCTAB_2T].pdata;  in _rtl92cu_phy_config_bb_with_headerfile() 189 		agctab_array_table =  rtlphy->hwparam_tables[AGCTAB_1T].pdata;  in _rtl92cu_phy_config_bb_with_headerfile() 206 			rtl_set_bbreg(hw, agctab_array_table[i], MASKDWORD,  in _rtl92cu_phy_config_bb_with_headerfile() 207 				      agctab_array_table[i + 1]);  in _rtl92cu_phy_config_bb_with_headerfile() 211 				 agctab_array_table[i],  in _rtl92cu_phy_config_bb_with_headerfile() 212 				 agctab_array_table[i + 1]);  in _rtl92cu_phy_config_bb_with_headerfile()
  | 
| /linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ | 
| D | phy.c | 269 	u32 *agctab_array_table;  in _rtl8723e_phy_config_bb_with_headerfile()  local 274 	agctab_array_table = RTL8723EAGCTAB_1TARRAY;  in _rtl8723e_phy_config_bb_with_headerfile() 301 			rtl_set_bbreg(hw, agctab_array_table[i], MASKDWORD,  in _rtl8723e_phy_config_bb_with_headerfile() 302 				      agctab_array_table[i + 1]);  in _rtl8723e_phy_config_bb_with_headerfile() 306 				 agctab_array_table[i],  in _rtl8723e_phy_config_bb_with_headerfile() 307 				 agctab_array_table[i + 1]);  in _rtl8723e_phy_config_bb_with_headerfile()
  | 
| /linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ | 
| D | phy.c | 540 	u32 *agctab_array_table = NULL;  in _rtl92d_phy_config_bb_with_headerfile()  local 549 		agctab_array_table = rtl8192de_agctab_array;  in _rtl92d_phy_config_bb_with_headerfile() 555 			agctab_array_table = rtl8192de_agctab_2garray;  in _rtl92d_phy_config_bb_with_headerfile() 584 				rtl_set_bbreg(hw, agctab_array_table[i],  in _rtl92d_phy_config_bb_with_headerfile() 586 					agctab_array_table[i + 1]);  in _rtl92d_phy_config_bb_with_headerfile() 592 					 agctab_array_table[i],  in _rtl92d_phy_config_bb_with_headerfile() 593 					 agctab_array_table[i + 1]);  in _rtl92d_phy_config_bb_with_headerfile() 600 					rtl_set_bbreg(hw, agctab_array_table[i],  in _rtl92d_phy_config_bb_with_headerfile() 602 						agctab_array_table[i + 1]);  in _rtl92d_phy_config_bb_with_headerfile() 608 						 agctab_array_table[i],  in _rtl92d_phy_config_bb_with_headerfile() [all …] 
 |