Searched refs:delta_ther (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | rtw8852a_rfk.c | 2751 s8 delta_ther[2] = {0}; in _dpk_track() local 2766 delta_ther[path] = dpk->bp[path][kidx].ther_dpk - cur_ther; in _dpk_track() 2769 delta_ther[path] = delta_ther[path] * 3 / 2; in _dpk_track() 2771 delta_ther[path] = delta_ther[path] * 5 / 2; in _dpk_track() 2803 txagc_ofst, delta_ther[path]); in _dpk_track() 2810 ini_diff = txagc_ofst + delta_ther[path]; in _dpk_track() 2828 pwsf[0] = (dpk->bp[path][kidx].pwsf + delta_ther[path]) & 0x1ff; in _dpk_track() 2829 pwsf[1] = (dpk->bp[path][kidx].pwsf + delta_ther[path]) & 0x1ff; in _dpk_track() 3427 s32 delta_ther = 0, gain_offset_int, gain_offset_float; in _tssi_track() local 3451 delta_ther = cur_ther - tssi_info->base_thermal[path]; in _tssi_track() [all …]
|
| H A D | rtw8852b_rfk.c | 2592 s8 delta_ther[2] = {}; in _dpk_track() local 2612 delta_ther[path] = dpk->bp[path][kidx].ther_dpk - cur_ther; in _dpk_track() 2615 delta_ther[path] = delta_ther[path] * 3 / 2; in _dpk_track() 2617 delta_ther[path] = delta_ther[path] * 5 / 2; in _dpk_track() 2646 txagc_ofst, delta_ther[path]); in _dpk_track() 2656 ini_diff = txagc_ofst + (delta_ther[path]); in _dpk_track() 2672 pwsf[0] = (dpk->bp[path][kidx].pwsf + delta_ther[path]) & 0x1ff; in _dpk_track() 2673 pwsf[1] = (dpk->bp[path][kidx].pwsf + delta_ther[path]) & 0x1ff; in _dpk_track()
|
| H A D | rtw8852bt_rfk.c | 2672 s8 delta_ther[2] = {}; in _dpk_track() local 2692 delta_ther[path] = dpk->bp[path][kidx].ther_dpk - cur_ther; in _dpk_track() 2695 delta_ther[path] = delta_ther[path] * 3 / 2; in _dpk_track() 2697 delta_ther[path] = delta_ther[path] * 5 / 2; in _dpk_track() 2726 txagc_ofst, delta_ther[path]); in _dpk_track() 2736 ini_diff = txagc_ofst + (delta_ther[path]); in _dpk_track() 2751 pwsf[0] = (dpk->bp[path][kidx].pwsf + delta_ther[path]) & 0x1ff; in _dpk_track() 2752 pwsf[1] = (dpk->bp[path][kidx].pwsf + delta_ther[path]) & 0x1ff; in _dpk_track()
|
| H A D | rtw8851b_rfk.c | 2683 s8 delta_ther = 0; in _dpk_track() local 2712 delta_ther = cur_ther - dpk->bp[path][kidx].ther_dpk; in _dpk_track() 2714 delta_ther = delta_ther * 2 / 3; in _dpk_track() 2718 delta_ther, cur_ther, dpk->bp[path][kidx].ther_dpk); in _dpk_track() 2736 "[DPK_TRK] New pwsf = 0x%x\n", 0x78 - delta_ther); in _dpk_track() 2740 0x07FC0000, 0x78 - delta_ther); in _dpk_track()
|
| H A D | rtw8852c_rfk.c | 2841 s8 delta_ther = 0; in _dpk_track() local 2873 delta_ther = dpk->bp[path][kidx].ther_dpk - cur_ther; in _dpk_track() 2875 delta_ther = delta_ther * 1 / 2; in _dpk_track() 2879 delta_ther, cur_ther, dpk->bp[path][kidx].ther_dpk); in _dpk_track() 2894 "[DPK_TRK] New pwsf = 0x%x\n", 0x78 - delta_ther); in _dpk_track() 2897 0x07FC0000, 0x78 - delta_ther); in _dpk_track()
|