Home
last modified time | relevance | path

Searched refs:PHY_HIST_SIZE (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm.h200 #define PHY_HIST_SIZE 12 macro
251 u16 evm_ofdm_hist[PHY_HIST_SIZE];
252 u16 snr_ofdm_hist[PHY_HIST_SIZE];
258 u16 evm_1ss_hist[PHY_HIST_SIZE];
259 u16 snr_1ss_hist[PHY_HIST_SIZE];
266 u16 evm_2ss_hist[2][PHY_HIST_SIZE];
267 u16 snr_2ss_hist[2][PHY_HIST_SIZE];
275 u16 evm_3ss_hist[3][PHY_HIST_SIZE];
276 u16 snr_3ss_hist[3][PHY_HIST_SIZE];
284 u16 evm_4ss_hist[4][PHY_HIST_SIZE];
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/
H A Dphydm.h200 #define PHY_HIST_SIZE 12 macro
251 u16 evm_ofdm_hist[PHY_HIST_SIZE];
252 u16 snr_ofdm_hist[PHY_HIST_SIZE];
258 u16 evm_1ss_hist[PHY_HIST_SIZE];
259 u16 snr_1ss_hist[PHY_HIST_SIZE];
266 u16 evm_2ss_hist[2][PHY_HIST_SIZE];
267 u16 snr_2ss_hist[2][PHY_HIST_SIZE];
275 u16 evm_3ss_hist[3][PHY_HIST_SIZE];
276 u16 snr_3ss_hist[3][PHY_HIST_SIZE];
284 u16 evm_4ss_hist[4][PHY_HIST_SIZE];
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/
H A Dphydm.h200 #define PHY_HIST_SIZE 12 macro
251 u16 evm_ofdm_hist[PHY_HIST_SIZE];
252 u16 snr_ofdm_hist[PHY_HIST_SIZE];
258 u16 evm_1ss_hist[PHY_HIST_SIZE];
259 u16 snr_1ss_hist[PHY_HIST_SIZE];
266 u16 evm_2ss_hist[2][PHY_HIST_SIZE];
267 u16 snr_2ss_hist[2][PHY_HIST_SIZE];
275 u16 evm_3ss_hist[3][PHY_HIST_SIZE];
276 u16 snr_3ss_hist[3][PHY_HIST_SIZE];
284 u16 evm_4ss_hist[4][PHY_HIST_SIZE];
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/
H A Dphydm.h204 #define PHY_HIST_SIZE 12 macro
205 #define PHY_HIST_TH_SIZE (PHY_HIST_SIZE - 1)
261 u16 evm_ofdm_hist[PHY_HIST_SIZE];
262 u16 snr_ofdm_hist[PHY_HIST_SIZE];
268 u16 evm_1ss_hist[PHY_HIST_SIZE];
269 u16 snr_1ss_hist[PHY_HIST_SIZE];
276 u16 evm_2ss_hist[2][PHY_HIST_SIZE];
277 u16 snr_2ss_hist[2][PHY_HIST_SIZE];
285 u16 evm_3ss_hist[3][PHY_HIST_SIZE];
286 u16 snr_3ss_hist[3][PHY_HIST_SIZE];
[all …]
H A Dphydm_debug.c1927 if (len == PHY_HIST_SIZE) { in phydm_print_hist_2_buf()
1933 } else if (len == (PHY_HIST_SIZE - 1)) { in phydm_print_hist_2_buf()
1949 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram()
2020 PHY_HIST_SIZE, buf, PHYDM_SNPRINT_SIZE); in phydm_show_cn_hitogram()
2034 u16 th_size = PHY_HIST_SIZE - 1; in phydm_show_phy_hitogram()
2046 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
2050 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
4566 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram_mp()
4573 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
4578 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/
H A Dphydm.h204 #define PHY_HIST_SIZE 12 macro
205 #define PHY_HIST_TH_SIZE (PHY_HIST_SIZE - 1)
268 u16 evm_ofdm_hist[PHY_HIST_SIZE];
269 u16 snr_ofdm_hist[PHY_HIST_SIZE];
275 u16 evm_1ss_hist[PHY_HIST_SIZE];
276 u16 snr_1ss_hist[PHY_HIST_SIZE];
283 u16 evm_2ss_hist[2][PHY_HIST_SIZE];
284 u16 snr_2ss_hist[2][PHY_HIST_SIZE];
292 u16 evm_3ss_hist[3][PHY_HIST_SIZE];
293 u16 snr_3ss_hist[3][PHY_HIST_SIZE];
[all …]
H A Dphydm_debug.c1920 if (len == PHY_HIST_SIZE) { in phydm_print_hist_2_buf()
1926 } else if (len == (PHY_HIST_SIZE - 1)) { in phydm_print_hist_2_buf()
1942 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram()
2015 PHY_HIST_SIZE, buf, PHYDM_SNPRINT_SIZE); in phydm_show_cn_hitogram()
2030 u16 th_size = PHY_HIST_SIZE - 1; in phydm_show_phy_hitogram()
2042 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
2046 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
4727 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram_mp()
4734 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
4739 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/
H A Dphydm.h205 #define PHY_HIST_SIZE 12 macro
206 #define PHY_HIST_TH_SIZE (PHY_HIST_SIZE - 1)
267 u16 evm_ofdm_hist[PHY_HIST_SIZE];
268 u16 snr_ofdm_hist[PHY_HIST_SIZE];
274 u16 evm_1ss_hist[PHY_HIST_SIZE];
275 u16 snr_1ss_hist[PHY_HIST_SIZE];
282 u16 evm_2ss_hist[2][PHY_HIST_SIZE];
283 u16 snr_2ss_hist[2][PHY_HIST_SIZE];
291 u16 evm_3ss_hist[3][PHY_HIST_SIZE];
292 u16 snr_3ss_hist[3][PHY_HIST_SIZE];
[all …]
H A Dphydm_debug.c1882 if (len == PHY_HIST_SIZE) { in phydm_print_hist_2_buf()
1888 } else if (len == (PHY_HIST_SIZE - 1)) { in phydm_print_hist_2_buf()
1904 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram()
1977 PHY_HIST_SIZE, buf, PHYDM_SNPRINT_SIZE); in phydm_show_cn_hitogram()
1992 u16 th_size = PHY_HIST_SIZE - 1; in phydm_show_phy_hitogram()
2004 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
2008 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
4662 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram_mp()
4669 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
4674 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/
H A Dphydm.h204 #define PHY_HIST_SIZE 12 macro
205 #define PHY_HIST_TH_SIZE (PHY_HIST_SIZE - 1)
266 u16 evm_ofdm_hist[PHY_HIST_SIZE];
267 u16 snr_ofdm_hist[PHY_HIST_SIZE];
273 u16 evm_1ss_hist[PHY_HIST_SIZE];
274 u16 snr_1ss_hist[PHY_HIST_SIZE];
281 u16 evm_2ss_hist[2][PHY_HIST_SIZE];
282 u16 snr_2ss_hist[2][PHY_HIST_SIZE];
290 u16 evm_3ss_hist[3][PHY_HIST_SIZE];
291 u16 snr_3ss_hist[3][PHY_HIST_SIZE];
[all …]
H A Dphydm_debug.c1881 if (len == PHY_HIST_SIZE) { in phydm_print_hist_2_buf()
1887 } else if (len == (PHY_HIST_SIZE - 1)) { in phydm_print_hist_2_buf()
1903 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram()
1976 PHY_HIST_SIZE, buf, PHYDM_SNPRINT_SIZE); in phydm_show_cn_hitogram()
1991 u16 th_size = PHY_HIST_SIZE - 1; in phydm_show_phy_hitogram()
2003 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
2007 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
4661 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram_mp()
4668 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
4673 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/
H A Dphydm.h204 #define PHY_HIST_SIZE 12 macro
205 #define PHY_HIST_TH_SIZE (PHY_HIST_SIZE - 1)
262 u16 evm_ofdm_hist[PHY_HIST_SIZE];
263 u16 snr_ofdm_hist[PHY_HIST_SIZE];
269 u16 evm_1ss_hist[PHY_HIST_SIZE];
270 u16 snr_1ss_hist[PHY_HIST_SIZE];
277 u16 evm_2ss_hist[2][PHY_HIST_SIZE];
278 u16 snr_2ss_hist[2][PHY_HIST_SIZE];
286 u16 evm_3ss_hist[3][PHY_HIST_SIZE];
287 u16 snr_3ss_hist[3][PHY_HIST_SIZE];
[all …]
H A Dphydm_debug.c1869 if (len == PHY_HIST_SIZE) { in phydm_print_hist_2_buf()
1875 } else if (len == (PHY_HIST_SIZE - 1)) { in phydm_print_hist_2_buf()
1891 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram()
1964 PHY_HIST_SIZE, buf, PHYDM_SNPRINT_SIZE); in phydm_show_cn_hitogram()
1979 u16 th_size = PHY_HIST_SIZE - 1; in phydm_show_phy_hitogram()
1991 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
1995 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
4544 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram_mp()
4551 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
4556 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/
H A Dphydm.h204 #define PHY_HIST_SIZE 12 macro
205 #define PHY_HIST_TH_SIZE (PHY_HIST_SIZE - 1)
268 u16 evm_ofdm_hist[PHY_HIST_SIZE];
269 u16 snr_ofdm_hist[PHY_HIST_SIZE];
275 u16 evm_1ss_hist[PHY_HIST_SIZE];
276 u16 snr_1ss_hist[PHY_HIST_SIZE];
283 u16 evm_2ss_hist[2][PHY_HIST_SIZE];
284 u16 snr_2ss_hist[2][PHY_HIST_SIZE];
292 u16 evm_3ss_hist[3][PHY_HIST_SIZE];
293 u16 snr_3ss_hist[3][PHY_HIST_SIZE];
[all …]
H A Dphydm_debug.c1894 if (len == PHY_HIST_SIZE) { in phydm_print_hist_2_buf()
1900 } else if (len == (PHY_HIST_SIZE - 1)) { in phydm_print_hist_2_buf()
1916 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram()
1989 PHY_HIST_SIZE, buf, PHYDM_SNPRINT_SIZE); in phydm_show_cn_hitogram()
2004 u16 th_size = PHY_HIST_SIZE - 1; in phydm_show_phy_hitogram()
2016 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
2020 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
4682 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram_mp()
4689 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
4694 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/
H A Dphydm.h204 #define PHY_HIST_SIZE 12 macro
205 #define PHY_HIST_TH_SIZE (PHY_HIST_SIZE - 1)
262 u16 evm_ofdm_hist[PHY_HIST_SIZE];
263 u16 snr_ofdm_hist[PHY_HIST_SIZE];
269 u16 evm_1ss_hist[PHY_HIST_SIZE];
270 u16 snr_1ss_hist[PHY_HIST_SIZE];
277 u16 evm_2ss_hist[2][PHY_HIST_SIZE];
278 u16 snr_2ss_hist[2][PHY_HIST_SIZE];
286 u16 evm_3ss_hist[3][PHY_HIST_SIZE];
287 u16 snr_3ss_hist[3][PHY_HIST_SIZE];
[all …]
H A Dphydm_debug.c1869 if (len == PHY_HIST_SIZE) { in phydm_print_hist_2_buf()
1875 } else if (len == (PHY_HIST_SIZE - 1)) { in phydm_print_hist_2_buf()
1891 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram()
1964 PHY_HIST_SIZE, buf, PHYDM_SNPRINT_SIZE); in phydm_show_cn_hitogram()
1979 u16 th_size = PHY_HIST_SIZE - 1; in phydm_show_phy_hitogram()
1991 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
1995 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
4544 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram_mp()
4551 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
4556 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/
H A Dphydm.h204 #define PHY_HIST_SIZE 12 macro
205 #define PHY_HIST_TH_SIZE (PHY_HIST_SIZE - 1)
268 u16 evm_ofdm_hist[PHY_HIST_SIZE];
269 u16 snr_ofdm_hist[PHY_HIST_SIZE];
275 u16 evm_1ss_hist[PHY_HIST_SIZE];
276 u16 snr_1ss_hist[PHY_HIST_SIZE];
283 u16 evm_2ss_hist[2][PHY_HIST_SIZE];
284 u16 snr_2ss_hist[2][PHY_HIST_SIZE];
292 u16 evm_3ss_hist[3][PHY_HIST_SIZE];
293 u16 snr_3ss_hist[3][PHY_HIST_SIZE];
[all …]
H A Dphydm_debug.c1919 if (len == PHY_HIST_SIZE) { in phydm_print_hist_2_buf()
1925 } else if (len == (PHY_HIST_SIZE - 1)) { in phydm_print_hist_2_buf()
1941 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram()
2014 PHY_HIST_SIZE, buf, PHYDM_SNPRINT_SIZE); in phydm_show_cn_hitogram()
2029 u16 th_size = PHY_HIST_SIZE - 1; in phydm_show_phy_hitogram()
2041 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
2045 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
4724 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram_mp()
4731 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
4736 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/
H A Dphydm.h205 #define PHY_HIST_SIZE 12 macro
206 #define PHY_HIST_TH_SIZE (PHY_HIST_SIZE - 1)
263 u16 evm_ofdm_hist[PHY_HIST_SIZE];
264 u16 snr_ofdm_hist[PHY_HIST_SIZE];
270 u16 evm_1ss_hist[PHY_HIST_SIZE];
271 u16 snr_1ss_hist[PHY_HIST_SIZE];
278 u16 evm_2ss_hist[2][PHY_HIST_SIZE];
279 u16 snr_2ss_hist[2][PHY_HIST_SIZE];
287 u16 evm_3ss_hist[3][PHY_HIST_SIZE];
288 u16 snr_3ss_hist[3][PHY_HIST_SIZE];
[all …]
H A Dphydm_debug.c1870 if (len == PHY_HIST_SIZE) { in phydm_print_hist_2_buf()
1876 } else if (len == (PHY_HIST_SIZE - 1)) { in phydm_print_hist_2_buf()
1892 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram()
1965 PHY_HIST_SIZE, buf, PHYDM_SNPRINT_SIZE); in phydm_show_cn_hitogram()
1980 u16 th_size = PHY_HIST_SIZE - 1; in phydm_show_phy_hitogram()
1992 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
1996 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_show_phy_hitogram()
4540 u16 h_size = PHY_HIST_SIZE; in phydm_nss_hitogram_mp()
4547 phydm_print_hist_2_buf(dm, dbg_s->evm_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
4552 phydm_print_hist_2_buf(dm, dbg_s->snr_ofdm_hist, PHY_HIST_SIZE, in phydm_nss_hitogram_mp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_dbg.h33 #define PHY_HIST_SIZE 12 macro
34 #define PHY_HIST_TH_SIZE (PHY_HIST_SIZE - 1)
H A Dhalbb_cmn_rpt.c32 if (len == PHY_HIST_SIZE) { in halbb_print_hist_2_buf_u8()
38 } else if (len == (PHY_HIST_SIZE - 1)) { in halbb_print_hist_2_buf_u8()
50 if (len == PHY_HIST_SIZE) { in halbb_print_hist_2_buf()
56 } else if (len == (PHY_HIST_SIZE - 1)) { in halbb_print_hist_2_buf()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_dbg.h33 #define PHY_HIST_SIZE 12 macro
34 #define PHY_HIST_TH_SIZE (PHY_HIST_SIZE - 1)
H A Dhalbb_cmn_rpt.c32 if (len == PHY_HIST_SIZE) { in halbb_print_hist_2_buf_u8()
38 } else if (len == (PHY_HIST_SIZE - 1)) { in halbb_print_hist_2_buf_u8()
50 if (len == PHY_HIST_SIZE) { in halbb_print_hist_2_buf()
56 } else if (len == (PHY_HIST_SIZE - 1)) { in halbb_print_hist_2_buf()

12