Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:voltage_cubed
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/platform/rk/
H
A
D
rk.c
237
u32 voltage, voltage_squared,
voltage_cubed
, frequency;
in power_model_simple_init()
local
277
voltage_cubed
= voltage * voltage * voltage;
in power_model_simple_init()
278
static_coefficient = (static_power << 0x14) / (
voltage_cubed
>> 0x0A);
in power_model_simple_init()
294
const unsigned long
voltage_cubed
= (voltage * voltage * voltage) >> 10;
in rk_model_static_power()
local
316
static_power = (((static_coefficient *
voltage_cubed
) >> 0x14) * temp_scaling_factor) / DEFAULT_MHZ;
in rk_model_static_power()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/rk/
H
A
D
rk.c
241
u32 voltage, voltage_squared,
voltage_cubed
, frequency;
in power_model_simple_init()
local
290
voltage_cubed
= voltage * voltage * voltage;
in power_model_simple_init()
291
static_coefficient = (static_power << 20) / (
voltage_cubed
>> 10);
in power_model_simple_init()
309
const unsigned long
voltage_cubed
= (voltage * voltage * voltage) >> 10;
in rk_model_static_power()
local
336
static_power = (((static_coefficient *
voltage_cubed
) >> 20)
in rk_model_static_power()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/arm/
H
A
D
arm.c
192
const unsigned long
voltage_cubed
= (voltage * voltage * voltage) >> 10;
in arm_model_static_power()
local
219
static_power = (((coefficient *
voltage_cubed
) >> 20)
in arm_model_static_power()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H
A
D
mpp_rkvdec.c
411
const unsigned long
voltage_cubed
= (voltage * voltage * voltage) >> DEVIATION_TEN;
in model_static_power()
local
435
return (((dec->static_power_coeff *
voltage_cubed
) >> DEVIATION_TWY) * temp_scaling_factor) /
in model_static_power()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H
A
D
mpp_rkvdec.c
433
const unsigned long
voltage_cubed
= (voltage * voltage * voltage) >> 10;
in model_static_power()
local
457
return (((dec->static_power_coeff *
voltage_cubed
) >> 20)
in model_static_power()
/device/soc/rockchip/common/vendor/drivers/devfreq/
H
A
D
rockchip_dmc.c
2892
const unsigned long
voltage_cubed
= (voltage * voltage * voltage) >> 0xa;
in model_static_power()
local
2916
return (((dmcfreq->static_coefficient *
voltage_cubed
) >> 0x14) * temp_scaling_factor) / 0xf4240;
in model_static_power()
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H
A
D
rockchip_dmc.c
3055
const unsigned long
voltage_cubed
= (voltage * voltage * voltage) >> 10;
in model_static_power()
local
3085
return (((dmcfreq->static_coefficient *
voltage_cubed
) >> 20)
in model_static_power()
Completed in 19 milliseconds