Home
last modified time | relevance | path

Searched refs:delta_ther (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a_rfk.c2751 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 Drtw8852b_rfk.c2607 s8 delta_ther[2] = {}; in _dpk_track() local
2627 delta_ther[path] = dpk->bp[path][kidx].ther_dpk - cur_ther; in _dpk_track()
2630 delta_ther[path] = delta_ther[path] * 3 / 2; in _dpk_track()
2632 delta_ther[path] = delta_ther[path] * 5 / 2; in _dpk_track()
2661 txagc_ofst, delta_ther[path]); in _dpk_track()
2671 ini_diff = txagc_ofst + (delta_ther[path]); in _dpk_track()
2687 pwsf[0] = (dpk->bp[path][kidx].pwsf + delta_ther[path]) & 0x1ff; in _dpk_track()
2688 pwsf[1] = (dpk->bp[path][kidx].pwsf + delta_ther[path]) & 0x1ff; in _dpk_track()
H A Drtw8852bt_rfk.c2693 s8 delta_ther[2] = {}; in _dpk_track() local
2713 delta_ther[path] = dpk->bp[path][kidx].ther_dpk - cur_ther; in _dpk_track()
2716 delta_ther[path] = delta_ther[path] * 3 / 2; in _dpk_track()
2718 delta_ther[path] = delta_ther[path] * 5 / 2; in _dpk_track()
2747 txagc_ofst, delta_ther[path]); in _dpk_track()
2757 ini_diff = txagc_ofst + (delta_ther[path]); in _dpk_track()
2772 pwsf[0] = (dpk->bp[path][kidx].pwsf + delta_ther[path]) & 0x1ff; in _dpk_track()
2773 pwsf[1] = (dpk->bp[path][kidx].pwsf + delta_ther[path]) & 0x1ff; in _dpk_track()