Home
last modified time | relevance | path

Searched refs:pw_th_u_bnd (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/
H A Dphydm_ccx.c904 u8 pw_th_u_bnd = 0; in phydm_nhm_set_pw_th() local
920 pw_th_u_bnd = (u8)(noise_diff + 32 + point_mean); in phydm_nhm_set_pw_th()
922 pw_th_u_bnd = MIN_2(pw_th_u_bnd, ccx->nhm_pw_th_max); in phydm_nhm_set_pw_th()
926 noise_diff, ccx->nhm_pw_th_max, pw_th_u_bnd); in phydm_nhm_set_pw_th()
928 if (pw_th_u_bnd > ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
930 } else if (pw_th_u_bnd < ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/
H A Dphydm_ccx.c895 u8 pw_th_u_bnd = 0; in phydm_nhm_set_pw_th() local
923 pw_th_u_bnd = (u8)(noise_diff + 32 + point_mean); in phydm_nhm_set_pw_th()
925 pw_th_u_bnd = MIN_2(pw_th_u_bnd, ccx->nhm_pw_th_max); in phydm_nhm_set_pw_th()
929 noise_diff, ccx->nhm_pw_th_max, pw_th_u_bnd); in phydm_nhm_set_pw_th()
931 if (pw_th_u_bnd > pre_pw_th_rf20) { in phydm_nhm_set_pw_th()
933 } else if (pw_th_u_bnd == pre_pw_th_rf20) { in phydm_nhm_set_pw_th()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/
H A Dphydm_ccx.c928 u8 pw_th_u_bnd = 0; in phydm_nhm_set_pw_th() local
956 pw_th_u_bnd = (u8)(noise_diff + 32 + point_mean); in phydm_nhm_set_pw_th()
958 pw_th_u_bnd = MIN_2(pw_th_u_bnd, ccx->nhm_pw_th_max); in phydm_nhm_set_pw_th()
962 noise_diff, ccx->nhm_pw_th_max, pw_th_u_bnd); in phydm_nhm_set_pw_th()
964 if (pw_th_u_bnd > pre_pw_th_rf20) { in phydm_nhm_set_pw_th()
966 } else if (pw_th_u_bnd == pre_pw_th_rf20) { in phydm_nhm_set_pw_th()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm_ccx.c928 u8 pw_th_u_bnd = 0; in phydm_nhm_set_pw_th() local
956 pw_th_u_bnd = (u8)(noise_diff + 32 + point_mean); in phydm_nhm_set_pw_th()
958 pw_th_u_bnd = MIN_2(pw_th_u_bnd, ccx->nhm_pw_th_max); in phydm_nhm_set_pw_th()
962 noise_diff, ccx->nhm_pw_th_max, pw_th_u_bnd); in phydm_nhm_set_pw_th()
964 if (pw_th_u_bnd > pre_pw_th_rf20) { in phydm_nhm_set_pw_th()
966 } else if (pw_th_u_bnd == pre_pw_th_rf20) { in phydm_nhm_set_pw_th()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/
H A Dphydm_ccx.c928 u8 pw_th_u_bnd = 0; in phydm_nhm_set_pw_th() local
956 pw_th_u_bnd = (u8)(noise_diff + 32 + point_mean); in phydm_nhm_set_pw_th()
958 pw_th_u_bnd = MIN_2(pw_th_u_bnd, ccx->nhm_pw_th_max); in phydm_nhm_set_pw_th()
962 noise_diff, ccx->nhm_pw_th_max, pw_th_u_bnd); in phydm_nhm_set_pw_th()
964 if (pw_th_u_bnd > pre_pw_th_rf20) { in phydm_nhm_set_pw_th()
966 } else if (pw_th_u_bnd == pre_pw_th_rf20) { in phydm_nhm_set_pw_th()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/
H A Dphydm_ccx.c906 u8 pw_th_u_bnd = 0; in phydm_nhm_set_pw_th() local
922 pw_th_u_bnd = (u8)(noise_diff + 32 + point_mean); in phydm_nhm_set_pw_th()
924 pw_th_u_bnd = MIN_2(pw_th_u_bnd, ccx->nhm_pw_th_max); in phydm_nhm_set_pw_th()
928 noise_diff, ccx->nhm_pw_th_max, pw_th_u_bnd); in phydm_nhm_set_pw_th()
930 if (pw_th_u_bnd > ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
932 } else if (pw_th_u_bnd < ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/
H A Dphydm_ccx.c906 u8 pw_th_u_bnd = 0; in phydm_nhm_set_pw_th() local
922 pw_th_u_bnd = (u8)(noise_diff + 32 + point_mean); in phydm_nhm_set_pw_th()
924 pw_th_u_bnd = MIN_2(pw_th_u_bnd, ccx->nhm_pw_th_max); in phydm_nhm_set_pw_th()
928 noise_diff, ccx->nhm_pw_th_max, pw_th_u_bnd); in phydm_nhm_set_pw_th()
930 if (pw_th_u_bnd > ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
932 } else if (pw_th_u_bnd < ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/
H A Dphydm_ccx.c1400 u8 pw_th_u_bnd = 0; in phydm_nhm_set_pw_th() local
1416 pw_th_u_bnd = (u8)(noise_diff + 32 + point_mean); in phydm_nhm_set_pw_th()
1418 pw_th_u_bnd = MIN_2(pw_th_u_bnd, ccx->nhm_pw_th_max); in phydm_nhm_set_pw_th()
1422 noise_diff, ccx->nhm_pw_th_max, pw_th_u_bnd); in phydm_nhm_set_pw_th()
1424 if (pw_th_u_bnd > ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
1426 } else if (pw_th_u_bnd < ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/
H A Dphydm_ccx.c1399 u8 pw_th_u_bnd = 0; in phydm_nhm_set_pw_th() local
1415 pw_th_u_bnd = (u8)(noise_diff + 32 + point_mean); in phydm_nhm_set_pw_th()
1417 pw_th_u_bnd = MIN_2(pw_th_u_bnd, ccx->nhm_pw_th_max); in phydm_nhm_set_pw_th()
1421 noise_diff, ccx->nhm_pw_th_max, pw_th_u_bnd); in phydm_nhm_set_pw_th()
1423 if (pw_th_u_bnd > ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
1425 } else if (pw_th_u_bnd < ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/
H A Dphydm_ccx.c718 u8 pw_th_u_bnd = 0; in phydm_nhm_set_pw_th() local
734 pw_th_u_bnd = (u8)(noise_diff + 32 + point_mean); in phydm_nhm_set_pw_th()
736 pw_th_u_bnd = MIN_2(pw_th_u_bnd, ccx->nhm_pw_th_max); in phydm_nhm_set_pw_th()
740 noise_diff, ccx->nhm_pw_th_max, pw_th_u_bnd); in phydm_nhm_set_pw_th()
742 if (pw_th_u_bnd > ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
744 } else if (pw_th_u_bnd < ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/
H A Dphydm_ccx.c735 u8 pw_th_u_bnd = 0; in phydm_nhm_set_pw_th() local
751 pw_th_u_bnd = (u8)(noise_diff + 32 + point_mean); in phydm_nhm_set_pw_th()
753 pw_th_u_bnd = MIN_2(pw_th_u_bnd, ccx->nhm_pw_th_max); in phydm_nhm_set_pw_th()
757 noise_diff, ccx->nhm_pw_th_max, pw_th_u_bnd); in phydm_nhm_set_pw_th()
759 if (pw_th_u_bnd > ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
761 } else if (pw_th_u_bnd < ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/
H A Dphydm_ccx.c743 u8 pw_th_u_bnd = 0; in phydm_nhm_set_pw_th() local
759 pw_th_u_bnd = (u8)(noise_diff + 32 + point_mean); in phydm_nhm_set_pw_th()
761 pw_th_u_bnd = MIN_2(pw_th_u_bnd, ccx->nhm_pw_th_max); in phydm_nhm_set_pw_th()
765 noise_diff, ccx->nhm_pw_th_max, pw_th_u_bnd); in phydm_nhm_set_pw_th()
767 if (pw_th_u_bnd > ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()
769 } else if (pw_th_u_bnd < ccx->pw_th_rf20_cur) { in phydm_nhm_set_pw_th()