Searched refs:radioa_arraylen (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | phy.c | 263 u16 radioa_arraylen, radiob_arraylen; in rtl92c_phy_config_rf_with_headerfile() local 268 radioa_arraylen = RADIOA_2TARRAYLENGTH; in rtl92c_phy_config_rf_with_headerfile() 277 radioa_arraylen = RADIOA_1TARRAYLENGTH; in rtl92c_phy_config_rf_with_headerfile() 289 for (i = 0; i < radioa_arraylen; i = i + 2) { in rtl92c_phy_config_rf_with_headerfile()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | phy.c | 239 u16 radioa_arraylen, radiob_arraylen; in rtl92cu_phy_config_rf_with_headerfile() local 245 radioa_arraylen = rtlphy->hwparam_tables[RADIOA_2T].length; in rtl92cu_phy_config_rf_with_headerfile() 254 radioa_arraylen = rtlphy->hwparam_tables[RADIOA_1T].length; in rtl92cu_phy_config_rf_with_headerfile() 266 for (i = 0; i < radioa_arraylen; i = i + 2) { in rtl92cu_phy_config_rf_with_headerfile()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.c | 740 u16 radioa_arraylen, in process_path_a() argument 747 for (i = 0; i < radioa_arraylen; i = i + 2) { in process_path_a() 754 if (i >= radioa_arraylen - 2) in process_path_a() 763 i < radioa_arraylen - 2) { in process_path_a() 774 i < radioa_arraylen - 2) { in process_path_a() 780 i < radioa_arraylen - 2) in process_path_a() 796 u16 radioa_arraylen; in rtl88e_phy_config_rf_with_headerfile() local 798 radioa_arraylen = RTL8188EE_RADIOA_1TARRAYLEN; in rtl88e_phy_config_rf_with_headerfile() 801 "Radio_A:RTL8188EE_RADIOA_1TARRAY %d\n", radioa_arraylen); 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 | 774 u16 radioa_arraylen; in rtl8723be_phy_config_rf_with_headerfile() local 779 radioa_arraylen = RTL8723BE_RADIOA_1TARRAYLEN; in rtl8723be_phy_config_rf_with_headerfile() 782 "Radio_A:RTL8723BE_RADIOA_1TARRAY %d\n", radioa_arraylen); in rtl8723be_phy_config_rf_with_headerfile() 787 for (i = 0; i < radioa_arraylen; i = i + 2) { in rtl8723be_phy_config_rf_with_headerfile() 794 if (i >= radioa_arraylen - 2) in rtl8723be_phy_config_rf_with_headerfile() 806 i < radioa_arraylen - 2) { in rtl8723be_phy_config_rf_with_headerfile() 818 i < radioa_arraylen - 2) { in rtl8723be_phy_config_rf_with_headerfile() 825 i < radioa_arraylen - 2) { in rtl8723be_phy_config_rf_with_headerfile()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | phy.c | 513 u16 radioa_arraylen, radiob_arraylen; in rtl8723e_phy_config_rf_with_headerfile() local 515 radioa_arraylen = RTL8723ERADIOA_1TARRAYLENGTH; in rtl8723e_phy_config_rf_with_headerfile() 524 for (i = 0; i < radioa_arraylen; i = i + 2) { in rtl8723e_phy_config_rf_with_headerfile()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 2096 u16 radioa_arraylen; in rtl8821ae_phy_config_rf_with_headerfile() local 2101 radioa_arraylen = RTL8821AE_RADIOA_1TARRAYLEN; in rtl8821ae_phy_config_rf_with_headerfile() 2104 "Radio_A:RTL8821AE_RADIOA_ARRAY %d\n", radioa_arraylen); in rtl8821ae_phy_config_rf_with_headerfile() 2109 for (i = 0; i < radioa_arraylen; i = i + 2) { in rtl8821ae_phy_config_rf_with_headerfile() 2120 v2 != 0xCDCD && i < radioa_arraylen - 2) in rtl8821ae_phy_config_rf_with_headerfile() 2128 v2 != 0xCDCD && i < radioa_arraylen - 2) { in rtl8821ae_phy_config_rf_with_headerfile() 2133 while (v2 != 0xDEAD && i < radioa_arraylen - 2) in rtl8821ae_phy_config_rf_with_headerfile()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | phy.c | 793 u16 radioa_arraylen, radiob_arraylen; in rtl92d_phy_config_rf_with_headerfile() local 796 radioa_arraylen = RADIOA_2T_ARRAYLENGTH; in rtl92d_phy_config_rf_with_headerfile() 801 radioa_arraylen = RADIOA_2T_INT_PA_ARRAYLENGTH; in rtl92d_phy_config_rf_with_headerfile() 820 radioa_arraylen = radiob_arraylen; in rtl92d_phy_config_rf_with_headerfile() 825 for (i = 0; i < radioa_arraylen; i = i + 2) { in rtl92d_phy_config_rf_with_headerfile()
|