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:FIXPT_INT
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
rcar_gen3_thermal.c
124
#define
FIXPT_INT
(_x) ((_x) << FIXPT_SHIFT)
macro
144
tsc->tj_t = (
FIXPT_INT
((ptat[1] - ptat[2]) * (ths_tj_1 - TJ_3))
in rcar_gen3_thermal_calc_coefs()
145
/ (ptat[0] - ptat[2])) +
FIXPT_INT
(TJ_3);
in rcar_gen3_thermal_calc_coefs()
147
tsc->coef.a1 = FIXPT_DIV(
FIXPT_INT
(thcode[1] - thcode[2]),
in rcar_gen3_thermal_calc_coefs()
148
tsc->tj_t -
FIXPT_INT
(TJ_3));
in rcar_gen3_thermal_calc_coefs()
149
tsc->coef.b1 =
FIXPT_INT
(thcode[2]) - tsc->coef.a1 * TJ_3;
in rcar_gen3_thermal_calc_coefs()
151
tsc->coef.a2 = FIXPT_DIV(
FIXPT_INT
(thcode[1] - thcode[0]),
in rcar_gen3_thermal_calc_coefs()
152
tsc->tj_t -
FIXPT_INT
(ths_tj_1));
in rcar_gen3_thermal_calc_coefs()
153
tsc->coef.b2 =
FIXPT_INT
(thcode[0]) - tsc->coef.a2 * ths_tj_1;
in rcar_gen3_thermal_calc_coefs()
176
val = FIXPT_DIV(
FIXPT_INT
(re
in rcar_gen3_thermal_get_temp()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/
H
A
D
rcar_gen3_thermal.c
129
#define
FIXPT_INT
(_x) ((_x) << FIXPT_SHIFT)
macro
149
tsc->tj_t = (
FIXPT_INT
((priv->ptat[1] - priv->ptat[2]) * (ths_tj_1 - TJ_3))
in rcar_gen3_thermal_calc_coefs()
150
/ (priv->ptat[0] - priv->ptat[2])) +
FIXPT_INT
(TJ_3);
in rcar_gen3_thermal_calc_coefs()
152
tsc->coef.a1 = FIXPT_DIV(
FIXPT_INT
(tsc->thcode[1] - tsc->thcode[2]),
in rcar_gen3_thermal_calc_coefs()
153
tsc->tj_t -
FIXPT_INT
(TJ_3));
in rcar_gen3_thermal_calc_coefs()
154
tsc->coef.b1 =
FIXPT_INT
(tsc->thcode[2]) - tsc->coef.a1 * TJ_3;
in rcar_gen3_thermal_calc_coefs()
156
tsc->coef.a2 = FIXPT_DIV(
FIXPT_INT
(tsc->thcode[1] - tsc->thcode[0]),
in rcar_gen3_thermal_calc_coefs()
157
tsc->tj_t -
FIXPT_INT
(ths_tj_1));
in rcar_gen3_thermal_calc_coefs()
158
tsc->coef.b2 =
FIXPT_INT
(tsc->thcode[0]) - tsc->coef.a2 * ths_tj_1;
in rcar_gen3_thermal_calc_coefs()
181
val = FIXPT_DIV(
FIXPT_INT
(re
in rcar_gen3_thermal_get_temp()
[all...]
Completed in 3 milliseconds