Home
last modified time | relevance | path

Searched refs:radioa_array_table (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dphy.c235 u32 *radioa_array_table; in rtl92c_phy_config_rf_with_headerfile() local
243 radioa_array_table = RTL8192CERADIOA_2TARRAY; in rtl92c_phy_config_rf_with_headerfile()
252 radioa_array_table = RTL8192CE_RADIOA_1TARRAY; in rtl92c_phy_config_rf_with_headerfile()
264 rtl_rfreg_delay(hw, rfpath, radioa_array_table[i], in rtl92c_phy_config_rf_with_headerfile()
266 radioa_array_table[i + 1]); in rtl92c_phy_config_rf_with_headerfile()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dphy.c211 u32 *radioa_array_table; in rtl92cu_phy_config_rf_with_headerfile() local
220 radioa_array_table = rtlphy->hwparam_tables[RADIOA_2T].pdata; in rtl92cu_phy_config_rf_with_headerfile()
229 radioa_array_table = rtlphy->hwparam_tables[RADIOA_1T].pdata; in rtl92cu_phy_config_rf_with_headerfile()
241 rtl_rfreg_delay(hw, rfpath, radioa_array_table[i], in rtl92cu_phy_config_rf_with_headerfile()
243 radioa_array_table[i + 1]); in rtl92cu_phy_config_rf_with_headerfile()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c486 u32 *radioa_array_table; in rtl8723e_phy_config_rf_with_headerfile() local
490 radioa_array_table = RTL8723E_RADIOA_1TARRAY; in rtl8723e_phy_config_rf_with_headerfile()
495 if (radioa_array_table[i] == 0xfe) { in rtl8723e_phy_config_rf_with_headerfile()
497 } else if (radioa_array_table[i] == 0xfd) { in rtl8723e_phy_config_rf_with_headerfile()
499 } else if (radioa_array_table[i] == 0xfc) { in rtl8723e_phy_config_rf_with_headerfile()
501 } else if (radioa_array_table[i] == 0xfb) { in rtl8723e_phy_config_rf_with_headerfile()
503 } else if (radioa_array_table[i] == 0xfa) { in rtl8723e_phy_config_rf_with_headerfile()
505 } else if (radioa_array_table[i] == 0xf9) { in rtl8723e_phy_config_rf_with_headerfile()
508 rtl_set_rfreg(hw, rfpath, radioa_array_table[i], in rtl8723e_phy_config_rf_with_headerfile()
510 radioa_array_table[i + 1]); in rtl8723e_phy_config_rf_with_headerfile()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c696 v1 = radioa_array_table[i]; \
697 v2 = radioa_array_table[i+1]; \
702 u32 *radioa_array_table) in process_path_a() argument
709 v1 = radioa_array_table[i]; in process_path_a()
710 v2 = radioa_array_table[i+1]; in process_path_a()
718 if (!_rtl88e_check_condition(hw, radioa_array_table[i])) { in process_path_a()
755 u32 *radioa_array_table; in rtl88e_phy_config_rf_with_headerfile() local
759 radioa_array_table = RTL8188EE_RADIOA_1TARRAY; in rtl88e_phy_config_rf_with_headerfile()
765 process_path_a(hw, radioa_arraylen, radioa_array_table); in rtl88e_phy_config_rf_with_headerfile()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c459 u32 *radioa_array_table; in rtl92d_phy_config_rf_with_headerfile() local
465 radioa_array_table = rtl8192de_radioa_2tarray; in rtl92d_phy_config_rf_with_headerfile()
470 radioa_array_table = rtl8192de_radioa_2t_int_paarray; in rtl92d_phy_config_rf_with_headerfile()
489 radioa_array_table = radiob_array_table; in rtl92d_phy_config_rf_with_headerfile()
494 rtl_rfreg_delay(hw, rfpath, radioa_array_table[i], in rtl92d_phy_config_rf_with_headerfile()
496 radioa_array_table[i + 1]); in rtl92d_phy_config_rf_with_headerfile()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
Dphy.c450 const u32 *radioa_array_table; in rtl92du_phy_config_rf_with_headerfile() local
455 radioa_array_table = rtl8192du_radioa_2tarray; in rtl92du_phy_config_rf_with_headerfile()
460 radioa_array_table = rtl8192du_radioa_2t_int_paarray; in rtl92du_phy_config_rf_with_headerfile()
480 radioa_array_table = radiob_array_table; in rtl92du_phy_config_rf_with_headerfile()
486 rtl_rfreg_delay(hw, rfpath, radioa_array_table[i], in rtl92du_phy_config_rf_with_headerfile()
488 radioa_array_table[i + 1]); in rtl92du_phy_config_rf_with_headerfile()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c2079 u32 *radioa_array_table; in rtl8821ae_phy_config_rf_with_headerfile() local
2084 radioa_array_table = RTL8821AE_RADIOA_ARRAY; in rtl8821ae_phy_config_rf_with_headerfile()
2091 radioa_array_table, radioa_arraylen, in rtl8821ae_phy_config_rf_with_headerfile()