Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/
H A Dhalrf.c4307 s8 _halrf_get_power_offset_by_thermal_8723f(void *dm_void, u8 path, s8 thermal_detla) in _halrf_get_power_offset_by_thermal_8723f() argument
4384 if(thermal_detla < 0) { in _halrf_get_power_offset_by_thermal_8723f()
4385 if (thermal_detla < -29) in _halrf_get_power_offset_by_thermal_8723f()
4388 i = (u8)(-1 * thermal_detla); in _halrf_get_power_offset_by_thermal_8723f()
4397 if (thermal_detla >= 30) in _halrf_get_power_offset_by_thermal_8723f()
4400 i = thermal_detla; in _halrf_get_power_offset_by_thermal_8723f()
4418 s8 thermal_value = 0, thermal_detla = 0; in halrf_powertracking_thermal() local
4449 thermal_detla = (s8)(thermal_value - thermal_base); in halrf_powertracking_thermal()
4452 power_offset0 = _halrf_get_power_offset_by_thermal_8723f(dm, 0, thermal_detla); in halrf_powertracking_thermal()
4453 power_offset1 = _halrf_get_power_offset_by_thermal_8723f(dm, 1, thermal_detla); in halrf_powertracking_thermal()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/halrf/
H A Dhalrf.c4314 s8 _halrf_get_power_offset_by_thermal_8723f(void *dm_void, u8 path, s8 thermal_detla) in _halrf_get_power_offset_by_thermal_8723f() argument
4391 if(thermal_detla < 0) { in _halrf_get_power_offset_by_thermal_8723f()
4392 if (thermal_detla < -29) in _halrf_get_power_offset_by_thermal_8723f()
4395 i = (u8)(-1 * thermal_detla); in _halrf_get_power_offset_by_thermal_8723f()
4404 if (thermal_detla >= 30) in _halrf_get_power_offset_by_thermal_8723f()
4407 i = thermal_detla; in _halrf_get_power_offset_by_thermal_8723f()
4425 s8 thermal_value = 0, thermal_detla = 0; in halrf_powertracking_thermal() local
4456 thermal_detla = (s8)(thermal_value - thermal_base); in halrf_powertracking_thermal()
4459 power_offset0 = _halrf_get_power_offset_by_thermal_8723f(dm, 0, thermal_detla); in halrf_powertracking_thermal()
4460 power_offset1 = _halrf_get_power_offset_by_thermal_8723f(dm, 1, thermal_detla); in halrf_powertracking_thermal()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/halrf/
H A Dhalrf.c3949 s8 thermal_value = 0, thermal_detla = 0; in halrf_xtal_thermal_track() local
3977 thermal_detla = (s8)(thermal_value - thermal_base); in halrf_xtal_thermal_track()
3988 thermal_value, thermal_detla, cali_info->xtal_offset_last); in halrf_xtal_thermal_track()
3994 if(thermal_detla < 0) { in halrf_xtal_thermal_track()
3996 if (thermal_detla < -29) in halrf_xtal_thermal_track()
3999 i = (u8)(-1 * thermal_detla); in halrf_xtal_thermal_track()
4003 if (thermal_detla >= 30) in halrf_xtal_thermal_track()
4006 i = thermal_detla; in halrf_xtal_thermal_track()