Home
last modified time | relevance | path

Searched refs:RSSI_max (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Dodm_hwconfig.c258 u8 RSSI_max, RSSI_min, i; in odm_Process_RSSIForDM() local
307 RSSI_max = pPhyInfo->RxMIMOSignalStrength[RF_PATH_A]; in odm_Process_RSSIForDM()
310 RSSI_max = pPhyInfo->RxMIMOSignalStrength[RF_PATH_B]; in odm_Process_RSSIForDM()
313 if ((RSSI_max - RSSI_min) < 3) in odm_Process_RSSIForDM()
314 RSSI_Ave = RSSI_max; in odm_Process_RSSIForDM()
315 else if ((RSSI_max - RSSI_min) < 6) in odm_Process_RSSIForDM()
316 RSSI_Ave = RSSI_max - 1; in odm_Process_RSSIForDM()
317 else if ((RSSI_max - RSSI_min) < 10) in odm_Process_RSSIForDM()
318 RSSI_Ave = RSSI_max - 2; in odm_Process_RSSIForDM()
320 RSSI_Ave = RSSI_max - 3; in odm_Process_RSSIForDM()
H A Dodm_rtl8188e.c298 dig_table->RSSI_max = max_rssi; in rtl88eu_dm_hw_ant_div()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm_HWConfig.c256 u8 RSSI_max, RSSI_min, i; in odm_Process_RSSIForDM() local
307 RSSI_max = pPhyInfo->rx_mimo_signal_strength[ODM_RF_PATH_A]; in odm_Process_RSSIForDM()
310 RSSI_max = pPhyInfo->rx_mimo_signal_strength[ODM_RF_PATH_B]; in odm_Process_RSSIForDM()
314 if ((RSSI_max-RSSI_min) < 3) in odm_Process_RSSIForDM()
315 RSSI_Ave = RSSI_max; in odm_Process_RSSIForDM()
316 else if ((RSSI_max-RSSI_min) < 6) in odm_Process_RSSIForDM()
317 RSSI_Ave = RSSI_max - 1; in odm_Process_RSSIForDM()
318 else if ((RSSI_max-RSSI_min) < 10) in odm_Process_RSSIForDM()
319 RSSI_Ave = RSSI_max - 2; in odm_Process_RSSIForDM()
321 RSSI_Ave = RSSI_max - 3; in odm_Process_RSSIForDM()
H A Dodm_DIG.h57 u32 RSSI_max; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_phystatus.c1537 u8 RSSI_max, RSSI_min; in phydm_process_rssi_for_dm() local
1667 RSSI_max = p_phy_info->rx_mimo_signal_strength[RF_PATH_A]; in phydm_process_rssi_for_dm()
1670 RSSI_max = p_phy_info->rx_mimo_signal_strength[RF_PATH_B]; in phydm_process_rssi_for_dm()
1673 if ((RSSI_max - RSSI_min) < 3) in phydm_process_rssi_for_dm()
1674 rssi_ave = RSSI_max; in phydm_process_rssi_for_dm()
1675 else if ((RSSI_max - RSSI_min) < 6) in phydm_process_rssi_for_dm()
1676 rssi_ave = RSSI_max - 1; in phydm_process_rssi_for_dm()
1677 else if ((RSSI_max - RSSI_min) < 10) in phydm_process_rssi_for_dm()
1678 rssi_ave = RSSI_max - 2; in phydm_process_rssi_for_dm()
1680 rssi_ave = RSSI_max - 3; in phydm_process_rssi_for_dm()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_hwconfig.c1635 u1Byte RSSI_max, RSSI_min; in odm_Process_RSSIForDM() local
1778 RSSI_max = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; in odm_Process_RSSIForDM()
1781 RSSI_max = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]; in odm_Process_RSSIForDM()
1784 if ((RSSI_max - RSSI_min) < 3) in odm_Process_RSSIForDM()
1785 RSSI_Ave = RSSI_max; in odm_Process_RSSIForDM()
1786 else if ((RSSI_max - RSSI_min) < 6) in odm_Process_RSSIForDM()
1787 RSSI_Ave = RSSI_max - 1; in odm_Process_RSSIForDM()
1788 else if ((RSSI_max - RSSI_min) < 10) in odm_Process_RSSIForDM()
1789 RSSI_Ave = RSSI_max - 2; in odm_Process_RSSIForDM()
1791 RSSI_Ave = RSSI_max - 3; in odm_Process_RSSIForDM()
H A Dphydm_dig.h79 u4Byte RSSI_max; member
H A Dphydm_antdiv.c2273 pDM_DigTable->RSSI_max = MaxRSSI; in odm_HW_AntDiv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_hwconfig.c1623 u1Byte RSSI_max, RSSI_min; in odm_Process_RSSIForDM() local
1768 RSSI_max = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; in odm_Process_RSSIForDM()
1771 RSSI_max = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]; in odm_Process_RSSIForDM()
1774 if ((RSSI_max - RSSI_min) < 3) in odm_Process_RSSIForDM()
1775 RSSI_Ave = RSSI_max; in odm_Process_RSSIForDM()
1776 else if ((RSSI_max - RSSI_min) < 6) in odm_Process_RSSIForDM()
1777 RSSI_Ave = RSSI_max - 1; in odm_Process_RSSIForDM()
1778 else if ((RSSI_max - RSSI_min) < 10) in odm_Process_RSSIForDM()
1779 RSSI_Ave = RSSI_max - 2; in odm_Process_RSSIForDM()
1781 RSSI_Ave = RSSI_max - 3; in odm_Process_RSSIForDM()
H A Dphydm_dig.h75 u4Byte RSSI_max; member
H A Dphydm_antdiv.c2160 pDM_DigTable->RSSI_max = MaxRSSI; in odm_HW_AntDiv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_hwconfig.c1444 u1Byte RSSI_max, RSSI_min; in odm_Process_RSSIForDM() local
1589 RSSI_max = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; in odm_Process_RSSIForDM()
1592 RSSI_max = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]; in odm_Process_RSSIForDM()
1595 if ((RSSI_max - RSSI_min) < 3) in odm_Process_RSSIForDM()
1596 RSSI_Ave = RSSI_max; in odm_Process_RSSIForDM()
1597 else if ((RSSI_max - RSSI_min) < 6) in odm_Process_RSSIForDM()
1598 RSSI_Ave = RSSI_max - 1; in odm_Process_RSSIForDM()
1599 else if ((RSSI_max - RSSI_min) < 10) in odm_Process_RSSIForDM()
1600 RSSI_Ave = RSSI_max - 2; in odm_Process_RSSIForDM()
1602 RSSI_Ave = RSSI_max - 3; in odm_Process_RSSIForDM()
H A Dphydm_dig.h88 u4Byte RSSI_max; member
H A Dphydm_antdiv.c2467 pDM_DigTable->RSSI_max = MaxRSSI; in odm_HW_AntDiv()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dodm.h114 u32 RSSI_max; member