Home
last modified time | relevance | path

Searched refs:radioa_arraylen (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dphy.c237 u16 radioa_arraylen, radiob_arraylen; in rtl92c_phy_config_rf_with_headerfile() local
242 radioa_arraylen = RADIOA_2TARRAYLENGTH; in rtl92c_phy_config_rf_with_headerfile()
251 radioa_arraylen = RADIOA_1TARRAYLENGTH; in rtl92c_phy_config_rf_with_headerfile()
263 for (i = 0; i < radioa_arraylen; i = i + 2) { in rtl92c_phy_config_rf_with_headerfile()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dphy.c213 u16 radioa_arraylen, radiob_arraylen; in rtl92cu_phy_config_rf_with_headerfile() local
219 radioa_arraylen = rtlphy->hwparam_tables[RADIOA_2T].length; in rtl92cu_phy_config_rf_with_headerfile()
228 radioa_arraylen = rtlphy->hwparam_tables[RADIOA_1T].length; in rtl92cu_phy_config_rf_with_headerfile()
240 for (i = 0; i < radioa_arraylen; i = i + 2) { in rtl92cu_phy_config_rf_with_headerfile()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c701 u16 radioa_arraylen, in process_path_a() argument
708 for (i = 0; i < radioa_arraylen; i = i + 2) { in process_path_a()
715 if (i >= radioa_arraylen - 2) in process_path_a()
724 i < radioa_arraylen - 2) { in process_path_a()
735 i < radioa_arraylen - 2) { in process_path_a()
741 i < radioa_arraylen - 2) in process_path_a()
756 u16 radioa_arraylen; in rtl88e_phy_config_rf_with_headerfile() local
758 radioa_arraylen = RTL8188EE_RADIOA_1TARRAYLEN; in rtl88e_phy_config_rf_with_headerfile()
761 "Radio_A:RTL8188EE_RADIOA_1TARRAY %d\n", radioa_arraylen); 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.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c487 u16 radioa_arraylen; in rtl8723e_phy_config_rf_with_headerfile() local
489 radioa_arraylen = RTL8723ERADIOA_1TARRAYLENGTH; in rtl8723e_phy_config_rf_with_headerfile()
494 for (i = 0; i < radioa_arraylen; i = i + 2) { in rtl8723e_phy_config_rf_with_headerfile()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c762 u16 radioa_arraylen, radiob_arraylen; in rtl92d_phy_config_rf_with_headerfile() local
765 radioa_arraylen = RADIOA_2T_ARRAYLENGTH; in rtl92d_phy_config_rf_with_headerfile()
770 radioa_arraylen = RADIOA_2T_INT_PA_ARRAYLENGTH; in rtl92d_phy_config_rf_with_headerfile()
789 radioa_arraylen = radiob_arraylen; in rtl92d_phy_config_rf_with_headerfile()
794 for (i = 0; i < radioa_arraylen; i = i + 2) { in rtl92d_phy_config_rf_with_headerfile()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c2093 u16 radioa_arraylen; in rtl8821ae_phy_config_rf_with_headerfile() local
2096 radioa_arraylen = RTL8821AE_RADIOA_1TARRAYLEN; in rtl8821ae_phy_config_rf_with_headerfile()
2099 "Radio_A:RTL8821AE_RADIOA_ARRAY %d\n", radioa_arraylen); in rtl8821ae_phy_config_rf_with_headerfile()
2104 radioa_array_table, radioa_arraylen, in rtl8821ae_phy_config_rf_with_headerfile()