/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
A D | trx.c | 117 pwdb_all += 6; in _rtl88ee_query_rxphystatus() 123 if (pwdb_all > 34 && pwdb_all <= 42) in _rtl88ee_query_rxphystatus() 124 pwdb_all -= 2; in _rtl88ee_query_rxphystatus() 125 else if (pwdb_all > 26 && pwdb_all <= 34) in _rtl88ee_query_rxphystatus() 126 pwdb_all -= 6; in _rtl88ee_query_rxphystatus() 127 else if (pwdb_all > 14 && pwdb_all <= 26) in _rtl88ee_query_rxphystatus() 128 pwdb_all -= 8; in _rtl88ee_query_rxphystatus() 129 else if (pwdb_all > 4 && pwdb_all <= 14) in _rtl88ee_query_rxphystatus() 133 pwdb_all = ((pwdb_all-80)<<1) + in _rtl88ee_query_rxphystatus() 135 else if ((pwdb_all <= 78) && (pwdb_all >= 20)) in _rtl88ee_query_rxphystatus() [all …]
|
A D | trx.h | 602 u8 pwdb_all; member
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
A D | trx.c | 110 pwdb_all += 6; in _rtl92se_query_rxphystatus() 112 pwdb_all = 100; in _rtl92se_query_rxphystatus() 114 if (pwdb_all > 34 && pwdb_all <= 42) in _rtl92se_query_rxphystatus() 115 pwdb_all -= 2; in _rtl92se_query_rxphystatus() 116 else if (pwdb_all > 26 && pwdb_all <= 34) in _rtl92se_query_rxphystatus() 117 pwdb_all -= 6; in _rtl92se_query_rxphystatus() 118 else if (pwdb_all > 14 && pwdb_all <= 26) in _rtl92se_query_rxphystatus() 119 pwdb_all -= 8; in _rtl92se_query_rxphystatus() 120 else if (pwdb_all > 4 && pwdb_all <= 14) in _rtl92se_query_rxphystatus() 121 pwdb_all -= 4; in _rtl92se_query_rxphystatus() [all …]
|
A D | def.h | 403 u8 pwdb_all; member
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
A D | trx.c | 108 pwdb_all += 6; in _rtl92ce_query_rxphystatus() 109 if (pwdb_all > 100) in _rtl92ce_query_rxphystatus() 110 pwdb_all = 100; in _rtl92ce_query_rxphystatus() 114 if (pwdb_all > 34 && pwdb_all <= 42) in _rtl92ce_query_rxphystatus() 115 pwdb_all -= 2; in _rtl92ce_query_rxphystatus() 116 else if (pwdb_all > 26 && pwdb_all <= 34) in _rtl92ce_query_rxphystatus() 117 pwdb_all -= 6; in _rtl92ce_query_rxphystatus() 118 else if (pwdb_all > 14 && pwdb_all <= 26) in _rtl92ce_query_rxphystatus() 119 pwdb_all -= 8; in _rtl92ce_query_rxphystatus() 120 else if (pwdb_all > 4 && pwdb_all <= 14) in _rtl92ce_query_rxphystatus() [all …]
|
A D | trx.h | 336 u8 pwdb_all; member
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
A D | trx.c | 108 pwdb_all += 6; in _rtl8723e_query_rxphystatus() 110 pwdb_all = 100; in _rtl8723e_query_rxphystatus() 114 if (pwdb_all > 34 && pwdb_all <= 42) in _rtl8723e_query_rxphystatus() 115 pwdb_all -= 2; in _rtl8723e_query_rxphystatus() 116 else if (pwdb_all > 26 && pwdb_all <= 34) in _rtl8723e_query_rxphystatus() 117 pwdb_all -= 6; in _rtl8723e_query_rxphystatus() 118 else if (pwdb_all > 14 && pwdb_all <= 26) in _rtl8723e_query_rxphystatus() 119 pwdb_all -= 8; in _rtl8723e_query_rxphystatus() 120 else if (pwdb_all > 4 && pwdb_all <= 14) in _rtl8723e_query_rxphystatus() 121 pwdb_all -= 4; in _rtl8723e_query_rxphystatus() [all …]
|
A D | trx.h | 338 u8 pwdb_all; member
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
A D | trx.c | 110 pwdb_all += 6; in _rtl92de_query_rxphystatus() 112 pwdb_all = 100; in _rtl92de_query_rxphystatus() 114 if (pwdb_all > 34 && pwdb_all <= 42) in _rtl92de_query_rxphystatus() 115 pwdb_all -= 2; in _rtl92de_query_rxphystatus() 116 else if (pwdb_all > 26 && pwdb_all <= 34) in _rtl92de_query_rxphystatus() 117 pwdb_all -= 6; in _rtl92de_query_rxphystatus() 118 else if (pwdb_all > 14 && pwdb_all <= 26) in _rtl92de_query_rxphystatus() 119 pwdb_all -= 8; in _rtl92de_query_rxphystatus() 120 else if (pwdb_all > 4 && pwdb_all <= 14) in _rtl92de_query_rxphystatus() 121 pwdb_all -= 4; in _rtl92de_query_rxphystatus() [all …]
|
A D | trx.h | 373 u8 pwdb_all; member
|
/linux/drivers/staging/rtl8723bs/hal/ |
A D | odm_HWConfig.c | 108 u8 evm, pwdb_all = 0, pwdb_all_bt; in odm_rx_phy_status_parsing() local 140 pwdb_all = odm_query_rx_pwr_percentage(rx_pwr_all); in odm_rx_phy_status_parsing() 141 if (pwdb_all > 100) in odm_rx_phy_status_parsing() 142 pwdb_all = 100; in odm_rx_phy_status_parsing() 144 phy_info->rx_pwd_ba11 = pwdb_all; in odm_rx_phy_status_parsing() 145 phy_info->bt_rx_rssi_percentage = pwdb_all; in odm_rx_phy_status_parsing() 205 pwdb_all_bt = pwdb_all = odm_query_rx_pwr_percentage(rx_pwr_all); in odm_rx_phy_status_parsing() 207 phy_info->rx_pwd_ba11 = pwdb_all; in odm_rx_phy_status_parsing() 241 phy_info->signal_strength = (u8)(odm_signal_scale_mapping(dm_odm, pwdb_all)); in odm_rx_phy_status_parsing()
|
/linux/drivers/staging/rtl8712/ |
A D | rtl8712_recv.c | 709 u8 pwdb_all; in query_rx_phy_status() local 778 pwdb_all += 6; in query_rx_phy_status() 780 pwdb_all = 100; in query_rx_phy_status() 782 if (pwdb_all > 34 && pwdb_all <= 42) in query_rx_phy_status() 783 pwdb_all -= 2; in query_rx_phy_status() 784 else if (pwdb_all > 26 && pwdb_all <= 34) in query_rx_phy_status() 785 pwdb_all -= 6; in query_rx_phy_status() 786 else if (pwdb_all > 14 && pwdb_all <= 26) in query_rx_phy_status() 787 pwdb_all -= 8; in query_rx_phy_status() 788 else if (pwdb_all > 4 && pwdb_all <= 14) in query_rx_phy_status() [all …]
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
A D | trx.c | 140 if (pwdb_all >= 80) in query_rxphystatus() 141 pwdb_all = in query_rxphystatus() 142 ((pwdb_all - 80)<<1) + in query_rxphystatus() 143 ((pwdb_all - 80)>>1) + 80; in query_rxphystatus() 144 else if ((pwdb_all <= 78) && (pwdb_all >= 20)) in query_rxphystatus() 145 pwdb_all += 3; in query_rxphystatus() 146 if (pwdb_all > 100) in query_rxphystatus() 147 pwdb_all = 100; in query_rxphystatus() 172 pstatus->rx_pwdb_all = pwdb_all; in query_rxphystatus() 182 sq = p_phystrpt->pwdb_all; in query_rxphystatus() [all …]
|
A D | trx.h | 424 u8 pwdb_all; member 453 u8 pwdb_all; member
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
A D | trx.c | 38 u8 rf_rx_num = 0, evm, pwdb_all; in _rtl92ee_query_rxphystatus() local 105 if (pwdb_all >= 80) in _rtl92ee_query_rxphystatus() 106 pwdb_all = ((pwdb_all - 80) << 1) + in _rtl92ee_query_rxphystatus() 107 ((pwdb_all - 80) >> 1) + 80; in _rtl92ee_query_rxphystatus() 108 else if ((pwdb_all <= 78) && (pwdb_all >= 20)) in _rtl92ee_query_rxphystatus() 109 pwdb_all += 3; in _rtl92ee_query_rxphystatus() 110 if (pwdb_all > 100) in _rtl92ee_query_rxphystatus() 111 pwdb_all = 100; in _rtl92ee_query_rxphystatus() 114 pstatus->rx_pwdb_all = pwdb_all; in _rtl92ee_query_rxphystatus() 163 pstatus->rx_pwdb_all = pwdb_all; in _rtl92ee_query_rxphystatus() [all …]
|
A D | trx.h | 538 u8 pwdb_all; member
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
A D | trx.c | 39 u8 rf_rx_num = 0, evm, pwdb_all, pwdb_all_bt = 0; in _rtl8723be_query_rxphystatus() local 85 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl8723be_query_rxphystatus() 86 if (pwdb_all > 100) in _rtl8723be_query_rxphystatus() 87 pwdb_all = 100; in _rtl8723be_query_rxphystatus() 89 pstatus->rx_pwdb_all = pwdb_all; in _rtl8723be_query_rxphystatus() 90 pstatus->bt_rx_rssi_percentage = pwdb_all; in _rtl8723be_query_rxphystatus() 135 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl8723be_query_rxphystatus() 136 pwdb_all_bt = pwdb_all; in _rtl8723be_query_rxphystatus() 137 pstatus->rx_pwdb_all = pwdb_all; in _rtl8723be_query_rxphystatus() 182 pwdb_all)); in _rtl8723be_query_rxphystatus()
|
A D | trx.h | 446 u8 pwdb_all; member
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
A D | mac.c | 581 u8 rf_rx_num = 0, evm, pwdb_all; in _rtl92c_query_rxphystatus() local 642 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl92c_query_rxphystatus() 643 pstats->rx_pwdb_all = pwdb_all; in _rtl92c_query_rxphystatus() 679 rx_pwr_all = ((p_drvinfo->pwdb_all >> 1) & 0x7f) - 110; in _rtl92c_query_rxphystatus() 680 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl92c_query_rxphystatus() 681 pstats->rx_pwdb_all = pwdb_all; in _rtl92c_query_rxphystatus() 703 (u8)(rtl_signal_scale_mapping(hw, pwdb_all)); in _rtl92c_query_rxphystatus()
|
A D | mac.h | 52 u8 pwdb_all; member
|
A D | trx.h | 47 u8 pwdb_all; member
|
/linux/drivers/staging/rtl8192e/rtl8192e/ |
A D | r8192E_dev.c | 1483 u8 evm, pwdb_all; in _rtl92e_query_rxphystatus() local 1571 pwdb_all = rtl92e_rx_db_to_percent(rx_pwr_all); in _rtl92e_query_rxphystatus() 1572 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus() 1623 rx_pwr_all = (((pofdm_buf->pwdb_all) >> 1) & 0x7f) - 106; in _rtl92e_query_rxphystatus() 1624 pwdb_all = rtl92e_rx_db_to_percent(rx_pwr_all); in _rtl92e_query_rxphystatus() 1626 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus() 1665 (long)pwdb_all)); in _rtl92e_query_rxphystatus()
|
A D | r8190P_def.h | 181 u8 pwdb_all; member
|
/linux/drivers/staging/rtl8192u/ |
A D | r8192U_core.c | 4020 u8 evm, pwdb_all; in rtl8192_query_rxphystatus() local 4099 pwdb_all = rtl819x_query_rxpwrpercentage(rx_pwr_all); in rtl8192_query_rxphystatus() 4100 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in rtl8192_query_rxphystatus() 4101 pstats->RecvSignalPower = pwdb_all; in rtl8192_query_rxphystatus() 4158 rx_pwr_all = (((pofdm_buf->pwdb_all) >> 1) & 0x7f) - 106; in rtl8192_query_rxphystatus() 4159 pwdb_all = rtl819x_query_rxpwrpercentage(rx_pwr_all); in rtl8192_query_rxphystatus() 4161 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in rtl8192_query_rxphystatus() 4216 (u8)(rtl819x_signal_scale_mapping((long)pwdb_all)); in rtl8192_query_rxphystatus()
|
A D | r8192U.h | 721 u8 pwdb_all; member
|