| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/ |
| H A D | phydm_ccx.c | 505 u16 nhm_rpt_sum_tmp = 0; in phydm_nhm_get_result() local 583 nhm_rpt_sum_tmp += (u16)ccx->nhm_result[i]; in phydm_nhm_get_result() 585 ccx->nhm_rpt_sum = (u8)nhm_rpt_sum_tmp; in phydm_nhm_get_result() 597 if (nhm_rpt_sum_tmp > 255) { in phydm_nhm_get_result() 600 nhm_rpt_sum_tmp); in phydm_nhm_get_result()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/ |
| H A D | phydm_ccx.c | 456 u16 nhm_rpt_sum_tmp = 0; in phydm_nhm_get_result() local 534 nhm_rpt_sum_tmp += (u16)ccx->nhm_result[i]; in phydm_nhm_get_result() 536 ccx->nhm_rpt_sum = (u8)nhm_rpt_sum_tmp; in phydm_nhm_get_result() 548 if (nhm_rpt_sum_tmp > 255) { in phydm_nhm_get_result() 551 nhm_rpt_sum_tmp); in phydm_nhm_get_result()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/ |
| H A D | phydm_ccx.c | 516 u16 nhm_rpt_sum_tmp = 0; in phydm_nhm_get_result() local 602 nhm_rpt_sum_tmp += (u16)ccx->nhm_result[i]; in phydm_nhm_get_result() 604 ccx->nhm_rpt_sum = (u8)nhm_rpt_sum_tmp; in phydm_nhm_get_result() 624 if (nhm_rpt_sum_tmp > 255) { in phydm_nhm_get_result() 627 nhm_rpt_sum_tmp); in phydm_nhm_get_result()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/ |
| H A D | phydm_ccx.c | 516 u16 nhm_rpt_sum_tmp = 0; in phydm_nhm_get_result() local 602 nhm_rpt_sum_tmp += (u16)ccx->nhm_result[i]; in phydm_nhm_get_result() 604 ccx->nhm_rpt_sum = (u8)nhm_rpt_sum_tmp; in phydm_nhm_get_result() 624 if (nhm_rpt_sum_tmp > 255) { in phydm_nhm_get_result() 627 nhm_rpt_sum_tmp); in phydm_nhm_get_result()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/ |
| H A D | phydm_ccx.c | 516 u16 nhm_rpt_sum_tmp = 0; in phydm_nhm_get_result() local 602 nhm_rpt_sum_tmp += (u16)ccx->nhm_result[i]; in phydm_nhm_get_result() 604 ccx->nhm_rpt_sum = (u8)nhm_rpt_sum_tmp; in phydm_nhm_get_result() 624 if (nhm_rpt_sum_tmp > 255) { in phydm_nhm_get_result() 627 nhm_rpt_sum_tmp); in phydm_nhm_get_result()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/ |
| H A D | phydm_ccx.c | 507 u16 nhm_rpt_sum_tmp = 0; in phydm_nhm_get_result() local 585 nhm_rpt_sum_tmp += (u16)ccx->nhm_result[i]; in phydm_nhm_get_result() 587 ccx->nhm_rpt_sum = (u8)nhm_rpt_sum_tmp; in phydm_nhm_get_result() 599 if (nhm_rpt_sum_tmp > 255) { in phydm_nhm_get_result() 602 nhm_rpt_sum_tmp); in phydm_nhm_get_result()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/ |
| H A D | phydm_ccx.c | 507 u16 nhm_rpt_sum_tmp = 0; in phydm_nhm_get_result() local 585 nhm_rpt_sum_tmp += (u16)ccx->nhm_result[i]; in phydm_nhm_get_result() 587 ccx->nhm_rpt_sum = (u8)nhm_rpt_sum_tmp; in phydm_nhm_get_result() 599 if (nhm_rpt_sum_tmp > 255) { in phydm_nhm_get_result() 602 nhm_rpt_sum_tmp); in phydm_nhm_get_result()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/ |
| H A D | phydm_ccx.c | 1001 u16 nhm_rpt_sum_tmp = 0; in phydm_nhm_get_result() local 1078 nhm_rpt_sum_tmp = (u16)(nhm_rpt_sum_tmp + ccx->nhm_result[i]); in phydm_nhm_get_result() 1080 ccx->nhm_rpt_sum = (u8)nhm_rpt_sum_tmp; in phydm_nhm_get_result() 1092 if (nhm_rpt_sum_tmp > 255) { in phydm_nhm_get_result() 1095 nhm_rpt_sum_tmp); in phydm_nhm_get_result()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/ |
| H A D | phydm_ccx.c | 1000 u16 nhm_rpt_sum_tmp = 0; in phydm_nhm_get_result() local 1077 nhm_rpt_sum_tmp = (u16)(nhm_rpt_sum_tmp + ccx->nhm_result[i]); in phydm_nhm_get_result() 1079 ccx->nhm_rpt_sum = (u8)nhm_rpt_sum_tmp; in phydm_nhm_get_result() 1091 if (nhm_rpt_sum_tmp > 255) { in phydm_nhm_get_result() 1094 nhm_rpt_sum_tmp); in phydm_nhm_get_result()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/ |
| H A D | phydm_ccx.c | 319 u16 nhm_rpt_sum_tmp = 0; in phydm_nhm_get_result() local 396 nhm_rpt_sum_tmp = (u16)(nhm_rpt_sum_tmp + ccx->nhm_result[i]); in phydm_nhm_get_result() 398 ccx->nhm_rpt_sum = (u8)nhm_rpt_sum_tmp; in phydm_nhm_get_result() 410 if (nhm_rpt_sum_tmp > 255) { in phydm_nhm_get_result() 413 nhm_rpt_sum_tmp); in phydm_nhm_get_result()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/ |
| H A D | phydm_ccx.c | 319 u16 nhm_rpt_sum_tmp = 0; in phydm_nhm_get_result() local 409 nhm_rpt_sum_tmp = (u16)(nhm_rpt_sum_tmp + ccx->nhm_result[i]); in phydm_nhm_get_result() 411 ccx->nhm_rpt_sum = (u8)nhm_rpt_sum_tmp; in phydm_nhm_get_result() 423 if (nhm_rpt_sum_tmp > 255) { in phydm_nhm_get_result() 426 nhm_rpt_sum_tmp); in phydm_nhm_get_result()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/ |
| H A D | phydm_ccx.c | 327 u16 nhm_rpt_sum_tmp = 0; in phydm_nhm_get_result() local 417 nhm_rpt_sum_tmp = (u16)(nhm_rpt_sum_tmp + ccx->nhm_result[i]); in phydm_nhm_get_result() 419 ccx->nhm_rpt_sum = (u8)nhm_rpt_sum_tmp; in phydm_nhm_get_result() 431 if (nhm_rpt_sum_tmp > 255) { in phydm_nhm_get_result() 434 nhm_rpt_sum_tmp); in phydm_nhm_get_result()
|