Home
last modified time | relevance | path

Searched refs:delta_dpk (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/
H A Dhalrf_dpk_8822c.c2009 s8 offset[2], delta_dpk[2]; in dpk_track_8822c() local
2070 delta_dpk[path] = dpk_info->thermal_dpk[path] - thermal_value[path]; in dpk_track_8822c()
2072 offset[path] = (delta_dpk[path] - dpk_info->thermal_dpk_delta[path]) & 0x7f; in dpk_track_8822c()
2076 path, delta_dpk[path], dpk_info->thermal_dpk_delta[path], in dpk_track_8822c()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/halrf/rtl8821c/
H A Dhalrf_iqk_8821c.c3696 u8 thermal_value = 0, delta_dpk, i = 0; in dpk_temperature_compensate_8821c() local
3743delta_dpk = (thermal_value > pgthermal) ? (thermal_value - pgthermal) : (pgthermal - thermal_value… in dpk_temperature_compensate_8821c()
3747 delta_dpk, pgthermal, tmp); in dpk_temperature_compensate_8821c()
3774 delta_dpk, pgthermal, tmp, odm_read_4byte(dm, 0x1bd0)); in dpk_temperature_compensate_8821c()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/halrf/rtl8821c/
H A Dhalrf_iqk_8821c.c3695 u8 thermal_value = 0, delta_dpk, i = 0; in dpk_temperature_compensate_8821c() local
3742delta_dpk = (thermal_value > pgthermal) ? (thermal_value - pgthermal) : (pgthermal - thermal_value… in dpk_temperature_compensate_8821c()
3746 delta_dpk, pgthermal, tmp); in dpk_temperature_compensate_8821c()
3773 delta_dpk, pgthermal, tmp, odm_read_4byte(dm, 0x1bd0)); in dpk_temperature_compensate_8821c()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c3392 s8 offset[DPK_RF_PATH_NUM], delta_dpk[DPK_RF_PATH_NUM]; in rtw8822c_dpk_track() local
3403 delta_dpk[path] = dpk_info->thermal_dpk[path] - in rtw8822c_dpk_track()
3405 offset[path] = delta_dpk[path] - in rtw8822c_dpk_track()