Home
last modified time | relevance | path

Searched refs:temp_cubed (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
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
329 temp_cubed = temp_squared * temp; in rk_model_static_power()
331 (ts[3] * temp_cubed) 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
212 temp_cubed = temp_squared * temp; in arm_model_static_power()
214 (2 * temp_cubed) 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
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
453 temp_cubed = temp_squared * temp; in model_static_power()
454 temp_scaling_factor = (dec->ts[3] * temp_cubed) 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
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
3079 temp_cubed = temp_squared * temp; in model_static_power()
3080 temp_scaling_factor = (dmcfreq->ts[3] * temp_cubed) in model_static_power()

Completed in 16 milliseconds