Home
last modified time | relevance | path

Searched refs:temp_cubed (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
212 temp_cubed = temp_squared * temp; in arm_model_static_power()
214 (2 * temp_cubed) 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
264 temp_cubed = temp_squared * temp; in rk_model_static_power()
266 (ts[3] * temp_cubed) 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
454 temp_cubed = temp_squared * temp; in model_static_power()
455 temp_scaling_factor = (dec->ts[3] * temp_cubed) 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
3289 temp_cubed = temp_squared * temp; in model_static_power()
3290 temp_scaling_factor = (dmcfreq->ts[3] * temp_cubed) in model_static_power()