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:uvdet_offs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H
A
D
gm20b.c
134
s32
uvdet_offs
;
member
203
dvfs->dfs_ext_cal = DIV_ROUND_CLOSEST(uv - clk->
uvdet_offs
,
in gm20b_dvfs_calc_det_coeff()
234
det_delta = DIV_ROUND_CLOSEST(((s32)clk->uv) - clk->
uvdet_offs
,
in gm20b_dvfs_calc_ndiv()
746
bool fused = clk->
uvdet_offs
&& clk->uvdet_slope;
in gm20b_clk_init_dvfs()
791
clk->
uvdet_offs
= ((s32)clk->uv) - data * ADC_SLOPE_UV;
in gm20b_clk_init_dvfs()
794
clk->
uvdet_offs
, clk->uvdet_slope);
in gm20b_clk_init_dvfs()
968
clk->
uvdet_offs
= ((val >> FUSE_RESERVED_CALIB0_INTERCEPT_INT_SHIFT) &
in gm20b_clk_init_fused_params()
974
clk->uvdet_slope, clk->
uvdet_offs
);
in gm20b_clk_init_fused_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H
A
D
gm20b.c
134
s32
uvdet_offs
;
member
203
dvfs->dfs_ext_cal = DIV_ROUND_CLOSEST(uv - clk->
uvdet_offs
,
in gm20b_dvfs_calc_det_coeff()
234
det_delta = DIV_ROUND_CLOSEST(((s32)clk->uv) - clk->
uvdet_offs
,
in gm20b_dvfs_calc_ndiv()
746
bool fused = clk->
uvdet_offs
&& clk->uvdet_slope;
in gm20b_clk_init_dvfs()
791
clk->
uvdet_offs
= ((s32)clk->uv) - data * ADC_SLOPE_UV;
in gm20b_clk_init_dvfs()
794
clk->
uvdet_offs
, clk->uvdet_slope);
in gm20b_clk_init_dvfs()
965
clk->
uvdet_offs
= ((val >> FUSE_RESERVED_CALIB0_INTERCEPT_INT_SHIFT) &
in gm20b_clk_init_fused_params()
971
clk->uvdet_slope, clk->
uvdet_offs
);
in gm20b_clk_init_fused_params()
Completed in 4 milliseconds