| /Linux-v4.19/drivers/staging/rtlwifi/phydm/rtl8822b/ |
| D | phydm_hal_api8822b.c | 117 if (dm->rfe_type == 4) { in phydm_rfe_8822b() 193 } else if ((dm->rfe_type == 1) || (dm->rfe_type == 2) || in phydm_rfe_8822b() 194 (dm->rfe_type == 7) || (dm->rfe_type == 9)) { in phydm_rfe_8822b() 198 (dm->rfe_type < 2)) { in phydm_rfe_8822b() 301 } else if ((dm->rfe_type == 0) || (dm->rfe_type == 3) || in phydm_rfe_8822b() 302 (dm->rfe_type == 5) || (dm->rfe_type == 6) || in phydm_rfe_8822b() 303 (dm->rfe_type == 8) || (dm->rfe_type == 10)) { in phydm_rfe_8822b() 396 if (dm->rfe_type == 5) in phydm_ccapar_by_rfe_8822b() 399 else if (dm->rfe_type == 3) in phydm_ccapar_by_rfe_8822b() 430 if ((dm->rfe_type == 1) || (dm->rfe_type == 4) || (dm->rfe_type == 6) || in phydm_ccapar_by_rfe_8822b() [all …]
|
| /Linux-v4.19/drivers/staging/rtlwifi/btcoexist/ |
| D | halbtc8822b2ant.c | 39 static struct rfe_type_8822b_2ant *rfe_type = &gl_rfe_type_8822b_2ant; variable 1736 if (!rfe_type->ext_ant_switch_exist) in halbtc8822b2ant_set_ext_ant_switch() 1847 rfe_type->ext_band_switch_exist = false; in halbtc8822b2ant_set_rfe_type() 1848 rfe_type->ext_band_switch_type = in halbtc8822b2ant_set_rfe_type() 1850 rfe_type->ext_band_switch_ctrl_polarity = 0; in halbtc8822b2ant_set_rfe_type() 1856 if (rfe_type->ext_band_switch_exist) { in halbtc8822b2ant_set_rfe_type() 1869 rfe_type->rfe_module_type = board_info->rfe_type; in halbtc8822b2ant_set_rfe_type() 1871 rfe_type->ext_ant_switch_ctrl_polarity = 0; in halbtc8822b2ant_set_rfe_type() 1873 switch (rfe_type->rfe_module_type) { in halbtc8822b2ant_set_rfe_type() 1876 rfe_type->ext_ant_switch_exist = true; in halbtc8822b2ant_set_rfe_type() [all …]
|
| D | halbtc8822b1ant.c | 40 static struct rfe_type_8822b_1ant *rfe_type = &gl_rfe_type_8822b_1ant; variable 2010 rfe_type->rfe_module_type = board_info->rfe_type; in halbtc8822b1ant_set_rfe_type() 2012 rfe_type->ext_ant_switch_ctrl_polarity = 0; in halbtc8822b1ant_set_rfe_type() 2014 switch (rfe_type->rfe_module_type) { in halbtc8822b1ant_set_rfe_type() 2017 rfe_type->ext_ant_switch_exist = true; in halbtc8822b1ant_set_rfe_type() 2018 rfe_type->ext_ant_switch_type = in halbtc8822b1ant_set_rfe_type() 2022 rfe_type->ext_ant_switch_exist = true; in halbtc8822b1ant_set_rfe_type() 2023 rfe_type->ext_ant_switch_type = in halbtc8822b1ant_set_rfe_type() 2027 rfe_type->ext_ant_switch_exist = true; in halbtc8822b1ant_set_rfe_type() 2028 rfe_type->ext_ant_switch_type = in halbtc8822b1ant_set_rfe_type() [all …]
|
| D | halbtcoutsrc.h | 151 u8 rfe_type; member 772 u8 rfe_type; member
|
| D | halbtcoutsrc.c | 183 return rtlhal->rfe_type; in rtl_get_hwpg_rfe_type() 1280 wifionly_haldata->rfe_type = rtl_get_hwpg_rfe_type(rtlpriv); in exhalbtc_initlize_variables_wifi_only() 1348 btcoexist->board_info.rfe_type = rtl_get_hwpg_rfe_type(rtlpriv); in exhalbtc_bind_bt_coex_withadapter()
|
| /Linux-v4.19/drivers/staging/rtlwifi/phydm/ |
| D | phydm_hwconfig.c | 1263 if (dm->rfe_type == 5) in odm_config_rf_with_header_file() 1290 if (dm->rfe_type == 0) in odm_config_rf_with_tx_pwr_track_header_file() 1292 else if (dm->rfe_type == 1) in odm_config_rf_with_tx_pwr_track_header_file() 1294 else if (dm->rfe_type == 2) in odm_config_rf_with_tx_pwr_track_header_file() 1296 else if ((dm->rfe_type == 3) || (dm->rfe_type == 5)) in odm_config_rf_with_tx_pwr_track_header_file() 1298 else if (dm->rfe_type == 4) in odm_config_rf_with_tx_pwr_track_header_file() 1300 else if (dm->rfe_type == 6) in odm_config_rf_with_tx_pwr_track_header_file() 1302 else if (dm->rfe_type == 7) in odm_config_rf_with_tx_pwr_track_header_file() 1304 else if (dm->rfe_type == 8) in odm_config_rf_with_tx_pwr_track_header_file() 1306 else if (dm->rfe_type == 9) in odm_config_rf_with_tx_pwr_track_header_file()
|
| D | phydm.h | 443 u8 rfe_type; member
|
| D | rtl_phydm.c | 95 odm_cmn_info_init(dm, ODM_CMNINFO_RFE_TYPE, rtlhal->rfe_type); in _rtl_phydm_init_com_info()
|
| D | phydm.c | 755 dm->rfe_type = (u8)value; in odm_cmn_info_init()
|
| /Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
| D | halbtcoutsrc.h | 157 u8 rfe_type; member 837 u8 rfe_type; member
|
| D | halbtcoutsrc.c | 193 return rtlhal->rfe_type; in rtl_get_hwpg_rfe_type() 1343 wifionly_haldata->rfe_type = rtl_get_hwpg_rfe_type(rtlpriv); in exhalbtc_initlize_variables_wifi_only() 1411 btcoexist->board_info.rfe_type = rtl_get_hwpg_rfe_type(rtlpriv); in exhalbtc_bind_bt_coex_withadapter()
|
| /Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| D | hw.c | 1985 (rtlhal->rfe_type == 1 || rtlhal->rfe_type == 5)) in rtl8821ae_hw_init() 3048 rtlhal->rfe_type = 3; in _rtl8821ae_read_rfe_type() 3050 rtlhal->rfe_type = 0; in _rtl8821ae_read_rfe_type() 3052 rtlhal->rfe_type = 2; in _rtl8821ae_read_rfe_type() 3055 rtlhal->rfe_type = 4; in _rtl8821ae_read_rfe_type() 3058 rtlhal->rfe_type = hwinfo[EEPROM_RFE_OPTION] & 0x3F; in _rtl8821ae_read_rfe_type() 3060 if (rtlhal->rfe_type == 4 && in _rtl8821ae_read_rfe_type() 3066 rtlhal->rfe_type = 2; in _rtl8821ae_read_rfe_type() 3070 rtlhal->rfe_type = 0x04; in _rtl8821ae_read_rfe_type() 3074 "RFE Type: 0x%2x\n", rtlhal->rfe_type); in _rtl8821ae_read_rfe_type()
|
| D | phy.c | 367 switch (rtlhal->rfe_type) { in _rtl8812ae_phy_set_rfe_reg_24g() 414 switch (rtlhal->rfe_type) { in _rtl8812ae_phy_set_rfe_reg_5g()
|
| /Linux-v4.19/drivers/staging/rtl8723bs/include/ |
| D | rtw_pwrctrl.h | 203 u64 rfe_type; /* rfe_type && 0x00000000000000ff */ member
|
| /Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/ |
| D | hw.c | 1784 rtlhal->rfe_type = hwinfo[EEPROM_RFE_OPTION_8822B]; in _rtl8822be_read_rfe_type() 1786 rtlhal->rfe_type = 0; in _rtl8822be_read_rfe_type() 1788 if (rtlhal->rfe_type == 0xFF) in _rtl8822be_read_rfe_type() 1789 rtlhal->rfe_type = 0; in _rtl8822be_read_rfe_type() 1792 rtlhal->rfe_type); in _rtl8822be_read_rfe_type()
|
| /Linux-v4.19/drivers/staging/rtlwifi/halmac/ |
| D | rtl_halmac.c | 598 info.rfe_type = rtlpriv->rtlhal.rfe_type; in _send_general_info()
|
| D | halmac_type.h | 691 u8 rfe_type; member
|
| /Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
| D | rtl8723b_cmd.c | 571 memcpy(pScanInfoPkt, &pwrctl->pscan_info->rfe_type, 8); in ConstructScanInfo()
|
| /Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
| D | wifi.h | 1667 u8 rfe_type; member
|
| /Linux-v4.19/drivers/staging/rtlwifi/ |
| D | wifi.h | 1600 u8 rfe_type; member
|
| /Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/ |
| D | halmac_func_88xx.c | 2228 GENERAL_INFO_SET_REF_TYPE(h2c_buff, general_info->rfe_type); in halmac_func_send_general_info_88xx()
|