Home
last modified time | relevance | path

Searched refs:thermal_value_avg_count (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/halrf/
H A Dhalphyrf_ap.c126 u8 thermal_value_avg_count = 0; in odm_txpowertracking_callback_thermal_meter_92e() local
196 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_92e()
200 if (thermal_value_avg_count) { in odm_txpowertracking_callback_thermal_meter_92e()
201 thermal_value = (unsigned char)(thermal_value_avg / thermal_value_avg_count); in odm_txpowertracking_callback_thermal_meter_92e()
368 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; in odm_txpowertracking_callback_thermal_meter_jaguar_series4() local
453 thermal_value_avg_count[j]++; in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
457 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou… in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
458 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]); in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
592 u8 thermal_value_avg_count = 0, p = 0, i = 0; in odm_txpowertracking_callback_thermal_meter_jaguar_series3() local
687 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
[all …]
H A Dhalphyrf_ce.c409 u8 thermal_value_avg_count = 0; local
503 thermal_value_avg_count++;
508 if (thermal_value_avg_count) {
510 (u8)(thermal_value_avg / thermal_value_avg_count);
851 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; local
915 thermal_value_avg_count[j]++;
919 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou…
920 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]);
H A Dhalphyrf_win.c185 u8 thermal_value_avg_count = 0; local
313 thermal_value_avg_count++;
317 …if (thermal_value_avg_count) { /* Calculate Average thermal_value after average enough …
318 thermal_value = (u8)(thermal_value_avg / thermal_value_avg_count);
769 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; local
833 thermal_value_avg_count[j]++;
837 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou…
838 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/halrf/
H A Dhalphyrf_ap.c126 u8 thermal_value_avg_count = 0; in odm_txpowertracking_callback_thermal_meter_92e() local
196 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_92e()
200 if (thermal_value_avg_count) { in odm_txpowertracking_callback_thermal_meter_92e()
201 thermal_value = (unsigned char)(thermal_value_avg / thermal_value_avg_count); in odm_txpowertracking_callback_thermal_meter_92e()
368 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; in odm_txpowertracking_callback_thermal_meter_jaguar_series4() local
453 thermal_value_avg_count[j]++; in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
457 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou… in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
458 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]); in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
592 u8 thermal_value_avg_count = 0, p = 0, i = 0; in odm_txpowertracking_callback_thermal_meter_jaguar_series3() local
687 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
[all …]
H A Dhalphyrf_ce.c417 u8 thermal_value_avg_count = 0; local
511 thermal_value_avg_count++;
516 if (thermal_value_avg_count) {
518 (u8)(thermal_value_avg / thermal_value_avg_count);
859 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; local
923 thermal_value_avg_count[j]++;
927 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou…
928 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/halrf/
H A Dhalphyrf_ap.c126 u8 thermal_value_avg_count = 0; in odm_txpowertracking_callback_thermal_meter_92e() local
196 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_92e()
200 if (thermal_value_avg_count) { in odm_txpowertracking_callback_thermal_meter_92e()
201 thermal_value = (unsigned char)(thermal_value_avg / thermal_value_avg_count); in odm_txpowertracking_callback_thermal_meter_92e()
368 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; in odm_txpowertracking_callback_thermal_meter_jaguar_series4() local
453 thermal_value_avg_count[j]++; in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
457 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou… in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
458 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]); in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
592 u8 thermal_value_avg_count = 0, p = 0, i = 0; in odm_txpowertracking_callback_thermal_meter_jaguar_series3() local
687 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
[all …]
H A Dhalphyrf_ce.c409 u8 thermal_value_avg_count = 0; local
503 thermal_value_avg_count++;
508 if (thermal_value_avg_count) {
510 (u8)(thermal_value_avg / thermal_value_avg_count);
851 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; local
915 thermal_value_avg_count[j]++;
919 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou…
920 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/halrf/
H A Dhalphyrf_ap.c89 u8 thermal_value_avg_count = 0; in odm_txpowertracking_callback_thermal_meter_92e() local
159 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_92e()
163 if (thermal_value_avg_count) { in odm_txpowertracking_callback_thermal_meter_92e()
164 thermal_value = (unsigned char)(thermal_value_avg / thermal_value_avg_count); in odm_txpowertracking_callback_thermal_meter_92e()
323 u8 thermal_value_avg_count = 0, p = 0, i = 0; in odm_txpowertracking_callback_thermal_meter_jaguar_series3() local
394 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
398 if (thermal_value_avg_count) {/*Calculate Average thermal_value after average enough times*/ in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
401 , thermal_value_avg, thermal_value_avg, thermal_value_avg_count)); in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
403 thermal_value = (u8)(thermal_value_avg / thermal_value_avg_count); in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
583 u8 thermal_value_avg_count = 0, p = 0, i = 0; in odm_txpowertracking_callback_thermal_meter_jaguar_series2() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/halrf/
H A Dhalphyrf_ap.c136 u8 thermal_value_avg_count = 0; in odm_txpowertracking_callback_thermal_meter_92e() local
206 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_92e()
210 if (thermal_value_avg_count) { in odm_txpowertracking_callback_thermal_meter_92e()
211 thermal_value = (unsigned char)(thermal_value_avg / thermal_value_avg_count); in odm_txpowertracking_callback_thermal_meter_92e()
378 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; in odm_txpowertracking_callback_thermal_meter_jaguar_series4() local
476 thermal_value_avg_count[j]++; in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
480 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou… in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
481 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]); in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
635 u8 thermal_value_avg_count = 0, p = 0, i = 0; in odm_txpowertracking_callback_thermal_meter_jaguar_series3() local
730 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
[all …]
H A Dhalphyrf_ce.c427 u8 thermal_value_avg_count = 0; local
521 thermal_value_avg_count++;
526 if (thermal_value_avg_count) {
528 (u8)(thermal_value_avg / thermal_value_avg_count);
869 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; local
950 thermal_value_avg_count[j]++;
954 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou…
955 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/halrf/
H A Dhalphyrf_ap.c135 u8 thermal_value_avg_count = 0; in odm_txpowertracking_callback_thermal_meter_92e() local
205 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_92e()
209 if (thermal_value_avg_count) { in odm_txpowertracking_callback_thermal_meter_92e()
210 thermal_value = (unsigned char)(thermal_value_avg / thermal_value_avg_count); in odm_txpowertracking_callback_thermal_meter_92e()
377 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; in odm_txpowertracking_callback_thermal_meter_jaguar_series4() local
475 thermal_value_avg_count[j]++; in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
479 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou… in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
480 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]); in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
634 u8 thermal_value_avg_count = 0, p = 0, i = 0; in odm_txpowertracking_callback_thermal_meter_jaguar_series3() local
729 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
[all …]
H A Dhalphyrf_ce.c422 u8 thermal_value_avg_count = 0; local
516 thermal_value_avg_count++;
521 if (thermal_value_avg_count) {
523 (u8)(thermal_value_avg / thermal_value_avg_count);
864 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; local
945 thermal_value_avg_count[j]++;
949 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou…
950 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/halrf/
H A Dhalphyrf_ap.c141 u8 thermal_value_avg_count = 0; in odm_txpowertracking_callback_thermal_meter_92e() local
211 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_92e()
215 if (thermal_value_avg_count) { in odm_txpowertracking_callback_thermal_meter_92e()
216 thermal_value = (unsigned char)(thermal_value_avg / thermal_value_avg_count); in odm_txpowertracking_callback_thermal_meter_92e()
383 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; in odm_txpowertracking_callback_thermal_meter_jaguar_series4() local
481 thermal_value_avg_count[j]++; in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
485 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou… in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
486 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]); in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
642 u8 thermal_value_avg_count = 0, p = 0, i = 0; in odm_txpowertracking_callback_thermal_meter_jaguar_series3() local
737 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
[all …]
H A Dhalphyrf_ce.c426 u8 thermal_value_avg_count = 0; local
520 thermal_value_avg_count++;
525 if (thermal_value_avg_count) {
527 (u8)(thermal_value_avg / thermal_value_avg_count);
868 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; local
949 thermal_value_avg_count[j]++;
953 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou…
954 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/halrf/
H A Dhalphyrf_ap.c135 u8 thermal_value_avg_count = 0; in odm_txpowertracking_callback_thermal_meter_92e() local
205 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_92e()
209 if (thermal_value_avg_count) { in odm_txpowertracking_callback_thermal_meter_92e()
210 thermal_value = (unsigned char)(thermal_value_avg / thermal_value_avg_count); in odm_txpowertracking_callback_thermal_meter_92e()
377 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; in odm_txpowertracking_callback_thermal_meter_jaguar_series4() local
475 thermal_value_avg_count[j]++; in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
479 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou… in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
480 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]); in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
634 u8 thermal_value_avg_count = 0, p = 0, i = 0; in odm_txpowertracking_callback_thermal_meter_jaguar_series3() local
729 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
[all …]
H A Dhalphyrf_ce.c426 u8 thermal_value_avg_count = 0; local
520 thermal_value_avg_count++;
525 if (thermal_value_avg_count) {
527 (u8)(thermal_value_avg / thermal_value_avg_count);
868 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; local
949 thermal_value_avg_count[j]++;
953 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou…
954 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/
H A Dhalphyrf_ap.c141 u8 thermal_value_avg_count = 0; in odm_txpowertracking_callback_thermal_meter_92e() local
211 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_92e()
215 if (thermal_value_avg_count) { in odm_txpowertracking_callback_thermal_meter_92e()
216 thermal_value = (unsigned char)(thermal_value_avg / thermal_value_avg_count); in odm_txpowertracking_callback_thermal_meter_92e()
383 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; in odm_txpowertracking_callback_thermal_meter_jaguar_series4() local
481 thermal_value_avg_count[j]++; in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
485 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou… in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
486 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]); in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
642 u8 thermal_value_avg_count = 0, p = 0, i = 0; in odm_txpowertracking_callback_thermal_meter_jaguar_series3() local
737 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
[all …]
H A Dhalphyrf_ce.c426 u8 thermal_value_avg_count = 0; local
520 thermal_value_avg_count++;
525 if (thermal_value_avg_count) {
527 (u8)(thermal_value_avg / thermal_value_avg_count);
868 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; local
949 thermal_value_avg_count[j]++;
953 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou…
954 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/halrf/
H A Dhalphyrf_ap.c135 u8 thermal_value_avg_count = 0; in odm_txpowertracking_callback_thermal_meter_92e() local
205 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_92e()
209 if (thermal_value_avg_count) { in odm_txpowertracking_callback_thermal_meter_92e()
210 thermal_value = (unsigned char)(thermal_value_avg / thermal_value_avg_count); in odm_txpowertracking_callback_thermal_meter_92e()
377 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; in odm_txpowertracking_callback_thermal_meter_jaguar_series4() local
475 thermal_value_avg_count[j]++; in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
479 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou… in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
480 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]); in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
634 u8 thermal_value_avg_count = 0, p = 0, i = 0; in odm_txpowertracking_callback_thermal_meter_jaguar_series3() local
729 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
[all …]
H A Dhalphyrf_ce.c426 u8 thermal_value_avg_count = 0; local
520 thermal_value_avg_count++;
525 if (thermal_value_avg_count) {
527 (u8)(thermal_value_avg / thermal_value_avg_count);
868 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; local
949 thermal_value_avg_count[j]++;
953 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou…
954 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/halrf/
H A Dhalphyrf_ap.c135 u8 thermal_value_avg_count = 0; in odm_txpowertracking_callback_thermal_meter_92e() local
205 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_92e()
209 if (thermal_value_avg_count) { in odm_txpowertracking_callback_thermal_meter_92e()
210 thermal_value = (unsigned char)(thermal_value_avg / thermal_value_avg_count); in odm_txpowertracking_callback_thermal_meter_92e()
377 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; in odm_txpowertracking_callback_thermal_meter_jaguar_series4() local
475 thermal_value_avg_count[j]++; in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
479 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou… in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
480 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]); in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
634 u8 thermal_value_avg_count = 0, p = 0, i = 0; in odm_txpowertracking_callback_thermal_meter_jaguar_series3() local
729 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
[all …]
H A Dhalphyrf_ce.c422 u8 thermal_value_avg_count = 0; local
516 thermal_value_avg_count++;
521 if (thermal_value_avg_count) {
523 (u8)(thermal_value_avg / thermal_value_avg_count);
864 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; local
945 thermal_value_avg_count[j]++;
949 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou…
950 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/halrf/
H A Dhalphyrf_ap.c136 u8 thermal_value_avg_count = 0; in odm_txpowertracking_callback_thermal_meter_92e() local
206 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_92e()
210 if (thermal_value_avg_count) { in odm_txpowertracking_callback_thermal_meter_92e()
211 thermal_value = (unsigned char)(thermal_value_avg / thermal_value_avg_count); in odm_txpowertracking_callback_thermal_meter_92e()
378 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; in odm_txpowertracking_callback_thermal_meter_jaguar_series4() local
476 thermal_value_avg_count[j]++; in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
480 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou… in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
481 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]); in odm_txpowertracking_callback_thermal_meter_jaguar_series4()
635 u8 thermal_value_avg_count = 0, p = 0, i = 0; in odm_txpowertracking_callback_thermal_meter_jaguar_series3() local
730 thermal_value_avg_count++; in odm_txpowertracking_callback_thermal_meter_jaguar_series3()
[all …]
H A Dhalphyrf_ce.c423 u8 thermal_value_avg_count = 0; local
517 thermal_value_avg_count++;
522 if (thermal_value_avg_count) {
524 (u8)(thermal_value_avg / thermal_value_avg_count);
865 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; local
946 thermal_value_avg_count[j]++;
950 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou…
951 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/halrf/
H A Dhalphyrf_ce.c414 u8 thermal_value_avg_count = 0; local
508 thermal_value_avg_count++;
513 if (thermal_value_avg_count) {
515 (u8)(thermal_value_avg / thermal_value_avg_count);
856 u8 thermal_value_avg_count[MAX_RF_PATH] = {0}; local
931 thermal_value_avg_count[j]++;
935 …if (thermal_value_avg_count[j]) { /* Calculate Average thermal_value after average enou…
936 thermal_value[j] = (u8)(thermal_value_avg[j] / thermal_value_avg_count[j]);

123