Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/platform/rk/
H A Drk.c243 int temp_squared, temp_cubed, temp_scaling_factor; in rk_model_static_power() local
263 temp_squared = temp * temp; in rk_model_static_power()
264 temp_cubed = temp_squared * temp; in rk_model_static_power()
267 + (ts[2] * temp_squared) in rk_model_static_power()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec.c433 unsigned long temp_squared, temp_cubed, temp_scaling_factor; in model_static_power() local
453 temp_squared = temp * temp; in model_static_power()
454 temp_cubed = temp_squared * temp; in model_static_power()
456 + (dec->ts[2] * temp_squared) + (dec->ts[1] * temp) + dec->ts[0]; in model_static_power()
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Drockchip_dmc.c3264 unsigned long temp_squared, temp_cubed, temp_scaling_factor; in model_static_power() local
3288 temp_squared = temp * temp; in model_static_power()
3289 temp_cubed = temp_squared * temp; in model_static_power()
3291 + (dmcfreq->ts[2] * temp_squared) in model_static_power()