Home
last modified time | relevance | path

Searched refs:temp_squared (Results 1 - 7 of 7) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/platform/rk/
H A Drk.c293 int temp_squared, temp_cubed, temp_scaling_factor; in rk_model_static_power() local
312 temp_squared = temp * temp; in rk_model_static_power()
313 temp_cubed = temp_squared * temp; in rk_model_static_power()
314 temp_scaling_factor = (ts[0x03] * temp_cubed) + (ts[0x02] * temp_squared) + (ts[1] * temp) + ts[0]; in rk_model_static_power()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/rk/
H A Drk.c308 int temp_squared, temp_cubed, temp_scaling_factor; in rk_model_static_power() local
328 temp_squared = temp * temp; in rk_model_static_power()
329 temp_cubed = temp_squared * temp; in rk_model_static_power()
332 + (ts[2] * temp_squared) in rk_model_static_power()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/arm/
H A Darm.c190 int temp_squared, temp_cubed, temp_scaling_factor; in arm_model_static_power() local
211 temp_squared = temp * temp; in arm_model_static_power()
212 temp_cubed = temp_squared * temp; in arm_model_static_power()
215 - (80 * temp_squared) in arm_model_static_power()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec.c410 unsigned long temp_squared, temp_cubed, temp_scaling_factor; in model_static_power() local
430 temp_squared = temp * temp; in model_static_power()
431 temp_cubed = temp_squared * temp; in model_static_power()
432 temp_scaling_factor = (dec->ts[TEMP_SALING_FACTORY] * temp_cubed) + (dec->ts[TEMP_CUBED] * temp_squared) + in model_static_power()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec.c432 unsigned long temp_squared, temp_cubed, temp_scaling_factor; in model_static_power() local
452 temp_squared = temp * temp; in model_static_power()
453 temp_cubed = temp_squared * temp; in model_static_power()
455 + (dec->ts[2] * temp_squared) + (dec->ts[1] * temp) + dec->ts[0]; in model_static_power()
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc.c2891 unsigned long temp_squared, temp_cubed, temp_scaling_factor; in model_static_power() local
2911 temp_squared = temp * temp; in model_static_power()
2912 temp_cubed = temp_squared * temp; in model_static_power()
2913 temp_scaling_factor = (dmcfreq->ts[0x3] * temp_cubed) + (dmcfreq->ts[0x2] * temp_squared) + in model_static_power()
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_dmc.c3054 unsigned long temp_squared, temp_cubed, temp_scaling_factor; in model_static_power() local
3078 temp_squared = temp * temp; in model_static_power()
3079 temp_cubed = temp_squared * temp; in model_static_power()
3081 + (dmcfreq->ts[2] * temp_squared) in model_static_power()

Completed in 20 milliseconds