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:lo_sidd
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H
A
D
vegam_smumgr.c
1832
uint16_t
lo_sidd
= smu_data->power_tune_table.BapmVddCBaseLeakageLoSidd;
in vegam_populate_bapm_vddc_base_leakage_sidd()
local
1836
lo_sidd
= (uint16_t)(cac_table->usLowCACLeakage / 100 * 256);
in vegam_populate_bapm_vddc_base_leakage_sidd()
1841
CONVERT_FROM_HOST_TO_SMC_US(
lo_sidd
);
in vegam_populate_bapm_vddc_base_leakage_sidd()
H
A
D
tonga_smumgr.c
1980
uint16_t
lo_sidd
= smu_data->power_tune_table.BapmVddCBaseLeakageLoSidd;
in tonga_populate_bapm_vddc_base_leakage_sidd()
local
1984
lo_sidd
= (uint16_t)(cac_table->usLowCACLeakage / 100 * 256);
in tonga_populate_bapm_vddc_base_leakage_sidd()
1989
CONVERT_FROM_HOST_TO_SMC_US(
lo_sidd
);
in tonga_populate_bapm_vddc_base_leakage_sidd()
H
A
D
polaris10_smumgr.c
573
uint16_t
lo_sidd
= smu_data->power_tune_table.BapmVddCBaseLeakageLoSidd;
in polaris10_populate_bapm_vddc_base_leakage_sidd()
local
577
lo_sidd
= (uint16_t)(cac_table->usLowCACLeakage / 100 * 256);
in polaris10_populate_bapm_vddc_base_leakage_sidd()
582
CONVERT_FROM_HOST_TO_SMC_US(
lo_sidd
);
in polaris10_populate_bapm_vddc_base_leakage_sidd()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H
A
D
vegam_smumgr.c
1830
uint16_t
lo_sidd
= smu_data->power_tune_table.BapmVddCBaseLeakageLoSidd;
in vegam_populate_bapm_vddc_base_leakage_sidd()
local
1834
lo_sidd
= (uint16_t)(cac_table->usLowCACLeakage / 100 * 256);
in vegam_populate_bapm_vddc_base_leakage_sidd()
1839
CONVERT_FROM_HOST_TO_SMC_US(
lo_sidd
);
in vegam_populate_bapm_vddc_base_leakage_sidd()
H
A
D
tonga_smumgr.c
1980
uint16_t
lo_sidd
= smu_data->power_tune_table.BapmVddCBaseLeakageLoSidd;
in tonga_populate_bapm_vddc_base_leakage_sidd()
local
1984
lo_sidd
= (uint16_t)(cac_table->usLowCACLeakage / 100 * 256);
in tonga_populate_bapm_vddc_base_leakage_sidd()
1989
CONVERT_FROM_HOST_TO_SMC_US(
lo_sidd
);
in tonga_populate_bapm_vddc_base_leakage_sidd()
H
A
D
polaris10_smumgr.c
590
uint16_t
lo_sidd
= smu_data->power_tune_table.BapmVddCBaseLeakageLoSidd;
in polaris10_populate_bapm_vddc_base_leakage_sidd()
local
594
lo_sidd
= (uint16_t)(cac_table->usLowCACLeakage / 100 * 256);
in polaris10_populate_bapm_vddc_base_leakage_sidd()
599
CONVERT_FROM_HOST_TO_SMC_US(
lo_sidd
);
in polaris10_populate_bapm_vddc_base_leakage_sidd()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
ci_dpm.c
403
u16
lo_sidd
= pi->smc_powertune_table.BapmVddCBaseLeakageLoSidd;
in ci_populate_bapm_vddc_base_leakage_sidd()
local
408
lo_sidd
= cac_tdp_table->low_cac_leakage / 100 * 256;
in ci_populate_bapm_vddc_base_leakage_sidd()
411
pi->smc_powertune_table.BapmVddCBaseLeakageLoSidd = cpu_to_be16(
lo_sidd
);
in ci_populate_bapm_vddc_base_leakage_sidd()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
ci_dpm.c
393
u16 hi_sidd,
lo_sidd
;
in ci_populate_bapm_vddc_base_leakage_sidd()
local
398
lo_sidd
= cac_tdp_table->low_cac_leakage / 100 * 256;
in ci_populate_bapm_vddc_base_leakage_sidd()
401
pi->smc_powertune_table.BapmVddCBaseLeakageLoSidd = cpu_to_be16(
lo_sidd
);
in ci_populate_bapm_vddc_base_leakage_sidd()
Completed in 34 milliseconds