| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/ |
| H A D | phydm_antdect.c | 131 u4Byte PSD_report_tmp; in ODM_SingleDualAntennaDetection() local 271 PSD_report_tmp=0x0; in ODM_SingleDualAntennaDetection() 274 PSD_report_tmp = GetPSDData(pDM_Odm, 14, initial_gain); in ODM_SingleDualAntennaDetection() 275 if(PSD_report_tmp >AntA_report) in ODM_SingleDualAntennaDetection() 276 AntA_report=PSD_report_tmp; in ODM_SingleDualAntennaDetection() 292 PSD_report_tmp=0x0; in ODM_SingleDualAntennaDetection() 295 PSD_report_tmp = GetPSDData(pDM_Odm, 14, initial_gain); in ODM_SingleDualAntennaDetection() 296 if(PSD_report_tmp > AntB_report) in ODM_SingleDualAntennaDetection() 297 AntB_report=PSD_report_tmp; in ODM_SingleDualAntennaDetection() 308 PSD_report_tmp=0x0; in ODM_SingleDualAntennaDetection() [all …]
|
| H A D | phydm_rxhp.c | 387 static u4Byte PSD_report[80], PSD_report_tmp; in odm_PSD_Monitor() local 732 PSD_report_tmp = GetPSDData(pDM_Odm, idx[tone_idx], initial_gain_psd); in odm_PSD_Monitor() 734 if ( PSD_report_tmp > PSD_report[n]) in odm_PSD_Monitor() 735 PSD_report[n] = PSD_report_tmp; in odm_PSD_Monitor() 972 static u4Byte PSD_report[80], PSD_report_tmp; in odm_PSD_RXHP() local 1187 PSD_report_tmp = GetPSDData(pDM_Odm, idx[tone_idx], initial_gain_psd); in odm_PSD_RXHP() 1189 if ( PSD_report_tmp > PSD_report[n]) in odm_PSD_RXHP() 1190 PSD_report[n] = PSD_report_tmp; in odm_PSD_RXHP()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/ |
| H A D | phydm_antdect.c | 84 u32 PSD_report_tmp; in odm_single_dual_antenna_detection() local 168 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 170 PSD_report_tmp = phydm_get_psd_data(p_dm, 14, initial_gain); in odm_single_dual_antenna_detection() 171 if (PSD_report_tmp > ant_a_report) in odm_single_dual_antenna_detection() 172 ant_a_report = PSD_report_tmp; in odm_single_dual_antenna_detection() 185 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 187 PSD_report_tmp = phydm_get_psd_data(p_dm, 14, initial_gain); in odm_single_dual_antenna_detection() 188 if (PSD_report_tmp > ant_b_report) in odm_single_dual_antenna_detection() 189 ant_b_report = PSD_report_tmp; in odm_single_dual_antenna_detection()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/ |
| H A D | phydm_antdect.c | 102 u32 PSD_report_tmp; in odm_single_dual_antenna_detection() local 185 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 187 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 188 if (PSD_report_tmp > ant_a_report) in odm_single_dual_antenna_detection() 189 ant_a_report = PSD_report_tmp; in odm_single_dual_antenna_detection() 204 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 206 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 207 if (PSD_report_tmp > ant_b_report) in odm_single_dual_antenna_detection() 208 ant_b_report = PSD_report_tmp; in odm_single_dual_antenna_detection()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/ |
| H A D | phydm_antdect.c | 101 u32 PSD_report_tmp; in odm_single_dual_antenna_detection() local 184 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 186 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 187 if (PSD_report_tmp > ant_a_report) in odm_single_dual_antenna_detection() 188 ant_a_report = PSD_report_tmp; in odm_single_dual_antenna_detection() 200 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 202 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 203 if (PSD_report_tmp > ant_b_report) in odm_single_dual_antenna_detection() 204 ant_b_report = PSD_report_tmp; in odm_single_dual_antenna_detection()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/ |
| H A D | phydm_antdect.c | 102 u32 PSD_report_tmp; in odm_single_dual_antenna_detection() local 185 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 187 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 188 if (PSD_report_tmp > ant_a_report) in odm_single_dual_antenna_detection() 189 ant_a_report = PSD_report_tmp; in odm_single_dual_antenna_detection() 201 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 203 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 204 if (PSD_report_tmp > ant_b_report) in odm_single_dual_antenna_detection() 205 ant_b_report = PSD_report_tmp; in odm_single_dual_antenna_detection()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/ |
| H A D | phydm_antdect.c | 101 u32 PSD_report_tmp; in odm_single_dual_antenna_detection() local 184 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 186 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 187 if (PSD_report_tmp > ant_a_report) in odm_single_dual_antenna_detection() 188 ant_a_report = PSD_report_tmp; in odm_single_dual_antenna_detection() 203 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 205 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 206 if (PSD_report_tmp > ant_b_report) in odm_single_dual_antenna_detection() 207 ant_b_report = PSD_report_tmp; in odm_single_dual_antenna_detection()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/ |
| H A D | phydm_antdect.c | 102 u32 PSD_report_tmp; in odm_single_dual_antenna_detection() local 185 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 187 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 188 if (PSD_report_tmp > ant_a_report) in odm_single_dual_antenna_detection() 189 ant_a_report = PSD_report_tmp; in odm_single_dual_antenna_detection() 201 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 203 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 204 if (PSD_report_tmp > ant_b_report) in odm_single_dual_antenna_detection() 205 ant_b_report = PSD_report_tmp; in odm_single_dual_antenna_detection()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/ |
| H A D | phydm_antdect.c | 101 u32 PSD_report_tmp; in odm_single_dual_antenna_detection() local 184 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 186 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 187 if (PSD_report_tmp > ant_a_report) in odm_single_dual_antenna_detection() 188 ant_a_report = PSD_report_tmp; in odm_single_dual_antenna_detection() 200 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 202 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 203 if (PSD_report_tmp > ant_b_report) in odm_single_dual_antenna_detection() 204 ant_b_report = PSD_report_tmp; in odm_single_dual_antenna_detection()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/ |
| H A D | phydm_antdect.c | 102 u32 PSD_report_tmp; in odm_single_dual_antenna_detection() local 185 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 187 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 188 if (PSD_report_tmp > ant_a_report) in odm_single_dual_antenna_detection() 189 ant_a_report = PSD_report_tmp; in odm_single_dual_antenna_detection() 204 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 206 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 207 if (PSD_report_tmp > ant_b_report) in odm_single_dual_antenna_detection() 208 ant_b_report = PSD_report_tmp; in odm_single_dual_antenna_detection()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/ |
| H A D | phydm_antdect.c | 101 u32 PSD_report_tmp; in odm_single_dual_antenna_detection() local 184 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 186 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 187 if (PSD_report_tmp > ant_a_report) in odm_single_dual_antenna_detection() 188 ant_a_report = PSD_report_tmp; in odm_single_dual_antenna_detection() 200 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 202 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 203 if (PSD_report_tmp > ant_b_report) in odm_single_dual_antenna_detection() 204 ant_b_report = PSD_report_tmp; in odm_single_dual_antenna_detection()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/ |
| H A D | phydm_antdect.c | 102 u32 PSD_report_tmp; in odm_single_dual_antenna_detection() local 185 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 187 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 188 if (PSD_report_tmp > ant_a_report) in odm_single_dual_antenna_detection() 189 ant_a_report = PSD_report_tmp; in odm_single_dual_antenna_detection() 204 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 206 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 207 if (PSD_report_tmp > ant_b_report) in odm_single_dual_antenna_detection() 208 ant_b_report = PSD_report_tmp; in odm_single_dual_antenna_detection()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/ |
| H A D | phydm_antdect.c | 101 u32 PSD_report_tmp; in odm_single_dual_antenna_detection() local 184 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 186 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 187 if (PSD_report_tmp > ant_a_report) in odm_single_dual_antenna_detection() 188 ant_a_report = PSD_report_tmp; in odm_single_dual_antenna_detection() 200 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 202 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 203 if (PSD_report_tmp > ant_b_report) in odm_single_dual_antenna_detection() 204 ant_b_report = PSD_report_tmp; in odm_single_dual_antenna_detection()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/ |
| H A D | phydm_antdect.c | 101 u32 PSD_report_tmp; in odm_single_dual_antenna_detection() local 184 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 186 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 187 if (PSD_report_tmp > ant_a_report) in odm_single_dual_antenna_detection() 188 ant_a_report = PSD_report_tmp; in odm_single_dual_antenna_detection() 200 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 202 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 203 if (PSD_report_tmp > ant_b_report) in odm_single_dual_antenna_detection() 204 ant_b_report = PSD_report_tmp; in odm_single_dual_antenna_detection()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/ |
| H A D | phydm_antdect.c | 101 u32 PSD_report_tmp; in odm_single_dual_antenna_detection() local 184 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 186 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 187 if (PSD_report_tmp > ant_a_report) in odm_single_dual_antenna_detection() 188 ant_a_report = PSD_report_tmp; in odm_single_dual_antenna_detection() 200 PSD_report_tmp = 0x0; in odm_single_dual_antenna_detection() 202 PSD_report_tmp = phydm_get_psd_data(dm, 14, initial_gain); in odm_single_dual_antenna_detection() 203 if (PSD_report_tmp > ant_b_report) in odm_single_dual_antenna_detection() 204 ant_b_report = PSD_report_tmp; in odm_single_dual_antenna_detection()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/ |
| H A D | phydm_antdect.c | 94 u4Byte PSD_report_tmp; in ODM_SingleDualAntennaDetection() local 188 PSD_report_tmp=0x0; in ODM_SingleDualAntennaDetection() 191 PSD_report_tmp = GetPSDData(pDM_Odm, 14, initial_gain); in ODM_SingleDualAntennaDetection() 192 if(PSD_report_tmp >AntA_report) in ODM_SingleDualAntennaDetection() 193 AntA_report=PSD_report_tmp; in ODM_SingleDualAntennaDetection() 206 PSD_report_tmp=0x0; in ODM_SingleDualAntennaDetection() 209 PSD_report_tmp = GetPSDData(pDM_Odm, 14, initial_gain); in ODM_SingleDualAntennaDetection() 210 if(PSD_report_tmp > AntB_report) in ODM_SingleDualAntennaDetection() 211 AntB_report=PSD_report_tmp; in ODM_SingleDualAntennaDetection()
|
| H A D | phydm_rxhp.c | 387 static u4Byte PSD_report[80], PSD_report_tmp; in odm_PSD_Monitor() local 732 PSD_report_tmp = GetPSDData(pDM_Odm, idx[tone_idx], initial_gain_psd); in odm_PSD_Monitor() 734 if ( PSD_report_tmp > PSD_report[n]) in odm_PSD_Monitor() 735 PSD_report[n] = PSD_report_tmp; in odm_PSD_Monitor() 972 static u4Byte PSD_report[80], PSD_report_tmp; in odm_PSD_RXHP() local 1187 PSD_report_tmp = GetPSDData(pDM_Odm, idx[tone_idx], initial_gain_psd); in odm_PSD_RXHP() 1189 if ( PSD_report_tmp > PSD_report[n]) in odm_PSD_RXHP() 1190 PSD_report[n] = PSD_report_tmp; in odm_PSD_RXHP()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/ |
| H A D | phydm_antdect.c | 94 u4Byte PSD_report_tmp; in ODM_SingleDualAntennaDetection() local 188 PSD_report_tmp=0x0; in ODM_SingleDualAntennaDetection() 191 PSD_report_tmp = GetPSDData(pDM_Odm, 14, initial_gain); in ODM_SingleDualAntennaDetection() 192 if(PSD_report_tmp >AntA_report) in ODM_SingleDualAntennaDetection() 193 AntA_report=PSD_report_tmp; in ODM_SingleDualAntennaDetection() 206 PSD_report_tmp=0x0; in ODM_SingleDualAntennaDetection() 209 PSD_report_tmp = GetPSDData(pDM_Odm, 14, initial_gain); in ODM_SingleDualAntennaDetection() 210 if(PSD_report_tmp > AntB_report) in ODM_SingleDualAntennaDetection() 211 AntB_report=PSD_report_tmp; in ODM_SingleDualAntennaDetection()
|