/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | trx.c | 63 u8 rf_rx_num = 0, evm, pwdb_all; in _rtl88ee_query_rxphystatus() local 137 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl88ee_query_rxphystatus() 140 pwdb_all += 6; in _rtl88ee_query_rxphystatus() 141 if (pwdb_all > 100) in _rtl88ee_query_rxphystatus() 142 pwdb_all = 100; in _rtl88ee_query_rxphystatus() 146 if (pwdb_all > 34 && pwdb_all <= 42) in _rtl88ee_query_rxphystatus() 147 pwdb_all -= 2; in _rtl88ee_query_rxphystatus() 148 else if (pwdb_all > 26 && pwdb_all <= 34) in _rtl88ee_query_rxphystatus() 149 pwdb_all -= 6; in _rtl88ee_query_rxphystatus() 150 else if (pwdb_all > 14 && pwdb_all <= 26) in _rtl88ee_query_rxphystatus() [all …]
|
D | trx.h | 593 u8 pwdb_all; member
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | trx.c | 72 u8 rf_rx_num = 0, evm, pwdb_all; in _rtl92se_query_rxphystatus() local 132 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl92se_query_rxphystatus() 136 pwdb_all += 6; in _rtl92se_query_rxphystatus() 137 if (pwdb_all > 100) in _rtl92se_query_rxphystatus() 138 pwdb_all = 100; in _rtl92se_query_rxphystatus() 140 if (pwdb_all > 34 && pwdb_all <= 42) in _rtl92se_query_rxphystatus() 141 pwdb_all -= 2; in _rtl92se_query_rxphystatus() 142 else if (pwdb_all > 26 && pwdb_all <= 34) in _rtl92se_query_rxphystatus() 143 pwdb_all -= 6; in _rtl92se_query_rxphystatus() 144 else if (pwdb_all > 14 && pwdb_all <= 26) in _rtl92se_query_rxphystatus() [all …]
|
D | def.h | 527 u8 pwdb_all; member
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | trx.c | 58 u8 rf_rx_num = 0, evm, pwdb_all; in _rtl8723e_query_rxphystatus() local 125 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl8723e_query_rxphystatus() 130 pwdb_all += 6; in _rtl8723e_query_rxphystatus() 131 if (pwdb_all > 100) in _rtl8723e_query_rxphystatus() 132 pwdb_all = 100; in _rtl8723e_query_rxphystatus() 136 if (pwdb_all > 34 && pwdb_all <= 42) in _rtl8723e_query_rxphystatus() 137 pwdb_all -= 2; in _rtl8723e_query_rxphystatus() 138 else if (pwdb_all > 26 && pwdb_all <= 34) in _rtl8723e_query_rxphystatus() 139 pwdb_all -= 6; in _rtl8723e_query_rxphystatus() 140 else if (pwdb_all > 14 && pwdb_all <= 26) in _rtl8723e_query_rxphystatus() [all …]
|
D | trx.h | 522 u8 pwdb_all; member
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | trx.c | 123 u8 evm, pwdb_all, rf_rx_num = 0; in _rtl92ce_query_rxphystatus() local 185 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl92ce_query_rxphystatus() 190 pwdb_all += 6; in _rtl92ce_query_rxphystatus() 191 if (pwdb_all > 100) in _rtl92ce_query_rxphystatus() 192 pwdb_all = 100; in _rtl92ce_query_rxphystatus() 196 if (pwdb_all > 34 && pwdb_all <= 42) in _rtl92ce_query_rxphystatus() 197 pwdb_all -= 2; in _rtl92ce_query_rxphystatus() 198 else if (pwdb_all > 26 && pwdb_all <= 34) in _rtl92ce_query_rxphystatus() 199 pwdb_all -= 6; in _rtl92ce_query_rxphystatus() 200 else if (pwdb_all > 14 && pwdb_all <= 26) in _rtl92ce_query_rxphystatus() [all …]
|
D | trx.h | 537 u8 pwdb_all; member
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | trx.c | 125 u8 rf_rx_num = 0, evm, pwdb_all; in _rtl92de_query_rxphystatus() local 184 pwdb_all = _rtl92d_query_rxpwrpercentage(rx_pwr_all); in _rtl92de_query_rxphystatus() 187 pwdb_all += 6; in _rtl92de_query_rxphystatus() 188 if (pwdb_all > 100) in _rtl92de_query_rxphystatus() 189 pwdb_all = 100; in _rtl92de_query_rxphystatus() 191 if (pwdb_all > 34 && pwdb_all <= 42) in _rtl92de_query_rxphystatus() 192 pwdb_all -= 2; in _rtl92de_query_rxphystatus() 193 else if (pwdb_all > 26 && pwdb_all <= 34) in _rtl92de_query_rxphystatus() 194 pwdb_all -= 6; in _rtl92de_query_rxphystatus() 195 else if (pwdb_all > 14 && pwdb_all <= 26) in _rtl92de_query_rxphystatus() [all …]
|
D | trx.h | 554 u8 pwdb_all; member
|
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | trx.c | 92 u8 rf_rx_num = 0, evm, evmdbm, pwdb_all; in query_rxphystatus() local 161 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in query_rxphystatus() 163 if (pwdb_all >= 80) in query_rxphystatus() 164 pwdb_all = in query_rxphystatus() 165 ((pwdb_all - 80)<<1) + in query_rxphystatus() 166 ((pwdb_all - 80)>>1) + 80; in query_rxphystatus() 167 else if ((pwdb_all <= 78) && (pwdb_all >= 20)) in query_rxphystatus() 168 pwdb_all += 3; in query_rxphystatus() 169 if (pwdb_all > 100) in query_rxphystatus() 170 pwdb_all = 100; in query_rxphystatus() [all …]
|
D | trx.h | 389 u8 pwdb_all; member 418 u8 pwdb_all; member
|
/drivers/staging/rtl8712/ |
D | rtl8712_recv.c | 747 u8 pwdb_all; in query_rx_phy_status() local 813 pwdb_all = query_rx_pwr_percentage(rx_pwr_all); in query_rx_phy_status() 816 pwdb_all += 6; in query_rx_phy_status() 817 if (pwdb_all > 100) in query_rx_phy_status() 818 pwdb_all = 100; in query_rx_phy_status() 820 if (pwdb_all > 34 && pwdb_all <= 42) in query_rx_phy_status() 821 pwdb_all -= 2; in query_rx_phy_status() 822 else if (pwdb_all > 26 && pwdb_all <= 34) in query_rx_phy_status() 823 pwdb_all -= 6; in query_rx_phy_status() 824 else if (pwdb_all > 14 && pwdb_all <= 26) in query_rx_phy_status() [all …]
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | trx.c | 60 u8 rf_rx_num = 0, evm, pwdb_all; in _rtl92ee_query_rxphystatus() local 123 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl92ee_query_rxphystatus() 126 if (pwdb_all >= 80) in _rtl92ee_query_rxphystatus() 127 pwdb_all = ((pwdb_all - 80) << 1) + in _rtl92ee_query_rxphystatus() 128 ((pwdb_all - 80) >> 1) + 80; in _rtl92ee_query_rxphystatus() 129 else if ((pwdb_all <= 78) && (pwdb_all >= 20)) in _rtl92ee_query_rxphystatus() 130 pwdb_all += 3; in _rtl92ee_query_rxphystatus() 131 if (pwdb_all > 100) in _rtl92ee_query_rxphystatus() 132 pwdb_all = 100; in _rtl92ee_query_rxphystatus() 135 pstatus->rx_pwdb_all = pwdb_all; in _rtl92ee_query_rxphystatus() [all …]
|
D | trx.h | 650 u8 pwdb_all; member
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | trx.c | 60 u8 rf_rx_num = 0, evm, pwdb_all, pwdb_all_bt = 0; in _rtl8723be_query_rxphystatus() local 108 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl8723be_query_rxphystatus() 109 if (pwdb_all > 100) in _rtl8723be_query_rxphystatus() 110 pwdb_all = 100; in _rtl8723be_query_rxphystatus() 112 pstatus->rx_pwdb_all = pwdb_all; in _rtl8723be_query_rxphystatus() 113 pstatus->bt_rx_rssi_percentage = pwdb_all; in _rtl8723be_query_rxphystatus() 158 pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all); in _rtl8723be_query_rxphystatus() 159 pwdb_all_bt = pwdb_all; in _rtl8723be_query_rxphystatus() 160 pstatus->rx_pwdb_all = pwdb_all; in _rtl8723be_query_rxphystatus() 205 pwdb_all)); in _rtl8723be_query_rxphystatus()
|
D | trx.h | 422 u8 pwdb_all; member
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | mac.c | 665 u8 rf_rx_num = 0, evm, pwdb_all; in _rtl92c_query_rxphystatus() local 723 pwdb_all = _rtl92c_query_rxpwrpercentage(rx_pwr_all); in _rtl92c_query_rxphystatus() 724 pstats->rx_pwdb_all = pwdb_all; in _rtl92c_query_rxphystatus() 759 rx_pwr_all = ((p_drvinfo->pwdb_all >> 1) & 0x7f) - 110; in _rtl92c_query_rxphystatus() 760 pwdb_all = _rtl92c_query_rxpwrpercentage(rx_pwr_all); in _rtl92c_query_rxphystatus() 761 pstats->rx_pwdb_all = pwdb_all; in _rtl92c_query_rxphystatus() 783 (u8) (_rtl92c_signal_scale_mapping(hw, pwdb_all)); in _rtl92c_query_rxphystatus()
|
D | mac.h | 79 u8 pwdb_all; member
|
D | trx.h | 73 u8 pwdb_all; member
|
/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 1498 u8 evm, pwdb_all; in _rtl92e_query_rxphystatus() local 1586 pwdb_all = rtl92e_rx_db_to_percent(rx_pwr_all); in _rtl92e_query_rxphystatus() 1587 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus() 1638 rx_pwr_all = (((pofdm_buf->pwdb_all) >> 1) & 0x7f) - 106; in _rtl92e_query_rxphystatus() 1639 pwdb_all = rtl92e_rx_db_to_percent(rx_pwr_all); in _rtl92e_query_rxphystatus() 1641 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in _rtl92e_query_rxphystatus() 1684 (long)pwdb_all)); in _rtl92e_query_rxphystatus()
|
D | r8190P_def.h | 191 u8 pwdb_all; member
|
/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 4250 u8 evm, pwdb_all; in rtl8192_query_rxphystatus() local 4330 pwdb_all = rtl819x_query_rxpwrpercentage(rx_pwr_all); in rtl8192_query_rxphystatus() 4331 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in rtl8192_query_rxphystatus() 4332 pstats->RecvSignalPower = pwdb_all; in rtl8192_query_rxphystatus() 4391 rx_pwr_all = (((pofdm_buf->pwdb_all) >> 1) & 0x7f) - 106; in rtl8192_query_rxphystatus() 4392 pwdb_all = rtl819x_query_rxpwrpercentage(rx_pwr_all); in rtl8192_query_rxphystatus() 4394 pstats->RxPWDBAll = precord_stats->RxPWDBAll = pwdb_all; in rtl8192_query_rxphystatus() 4450 (u8)(rtl819x_signal_scale_mapping((long)pwdb_all)); in rtl8192_query_rxphystatus()
|
D | r8192U.h | 762 u8 pwdb_all; member
|