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:smio_low
(Results
1 - 25
of
42
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu_helper.c
236
table->entries[table->count].
smio_low
=
in phm_trim_voltage_table()
237
vol_table->entries[i].
smio_low
;
in phm_trim_voltage_table()
266
vol_table->entries[i].
smio_low
= 0;
in phm_get_svi2_mvdd_voltage_table()
294
vol_table->entries[i].
smio_low
= 0;
in phm_get_svi2_vddci_voltage_table()
322
vol_table->entries[i].
smio_low
= 0;
in phm_get_svi2_vdd_voltage_table()
H
A
D
ppatomfwctrl.h
40
uint32_t
smio_low
;
member
H
A
D
ppatomctrl.h
193
uint32_t
smio_low
;
member
H
A
D
ppatomfwctrl.c
130
voltage_table->entries[i].
smio_low
=
in pp_atomfwctrl_get_voltage_table_v4()
H
A
D
vega10_hwmgr.c
1045
table->entries[table->count].
smio_low
=
in vega10_trim_voltage_table()
1046
vol_table->entries[i].
smio_low
;
in vega10_trim_voltage_table()
1073
vol_table->entries[i].
smio_low
= 0;
in vega10_get_mvdd_voltage_table()
1100
vol_table->entries[i].
smio_low
= 0;
in vega10_get_vddci_voltage_table()
1126
vol_table->entries[i].
smio_low
= 0;
in vega10_get_vdd_voltage_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu_helper.c
236
table->entries[table->count].
smio_low
=
in phm_trim_voltage_table()
237
vol_table->entries[i].
smio_low
;
in phm_trim_voltage_table()
266
vol_table->entries[i].
smio_low
= 0;
in phm_get_svi2_mvdd_voltage_table()
294
vol_table->entries[i].
smio_low
= 0;
in phm_get_svi2_vddci_voltage_table()
322
vol_table->entries[i].
smio_low
= 0;
in phm_get_svi2_vdd_voltage_table()
H
A
D
ppatomfwctrl.h
40
uint32_t
smio_low
;
member
H
A
D
ppatomctrl.h
193
uint32_t
smio_low
;
member
H
A
D
ppatomfwctrl.c
130
voltage_table->entries[i].
smio_low
=
in pp_atomfwctrl_get_voltage_table_v4()
H
A
D
vega10_hwmgr.c
1043
table->entries[table->count].
smio_low
=
in vega10_trim_voltage_table()
1044
vol_table->entries[i].
smio_low
;
in vega10_trim_voltage_table()
1071
vol_table->entries[i].
smio_low
= 0;
in vega10_get_mvdd_voltage_table()
1098
vol_table->entries[i].
smio_low
= 0;
in vega10_get_vddci_voltage_table()
1124
vol_table->entries[i].
smio_low
= 0;
in vega10_get_vdd_voltage_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_atombios.h
124
u32
smio_low
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_atombios.h
122
u32
smio_low
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H
A
D
ci_smumgr.c
857
table->Smio[count] |= data->vddc_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_vddc_table()
858
table->SmioMaskVddcVid |= data->vddc_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_vddc_table()
885
table->Smio[count] |= data->vddci_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_vdd_ci_table()
886
table->SmioMaskVddciVid |= data->vddci_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_vdd_ci_table()
913
table->Smio[count] |= data->mvdd_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_mvdd_table()
914
table->SmioMaskMvddVid |= data->mvdd_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_mvdd_table()
H
A
D
iceland_smumgr.c
633
table->VddcLevel[count].Smio |= data->vddc_voltage_table.entries[count].
smio_low
;
in iceland_populate_smc_vddc_table()
658
table->VddciLevel[count].Smio |= data->vddci_voltage_table.entries[count].
smio_low
;
in iceland_populate_smc_vdd_ci_table()
683
table->MvddLevel[count].Smio |= data->mvdd_voltage_table.entries[count].
smio_low
;
in iceland_populate_smc_mvdd_table()
H
A
D
vegam_smumgr.c
466
data->mvdd_voltage_table.entries[level].
smio_low
;
in vegam_populate_smc_mvdd_table()
492
table->Smio[level] |= data->vddci_voltage_table.entries[level].
smio_low
;
in vegam_populate_smc_vddci_table()
H
A
D
tonga_smumgr.c
354
data->vddci_voltage_table.entries[count].
smio_low
;
in tonga_populate_smc_vdd_ci_table()
381
data->mvdd_voltage_table.entries[count].
smio_low
;
in tonga_populate_smc_mvdd_table()
H
A
D
polaris10_smumgr.c
664
data->mvdd_voltage_table.entries[level].
smio_low
;
in polaris10_populate_smc_mvdd_table()
690
table->Smio[level] |= data->vddci_voltage_table.entries[level].
smio_low
;
in polaris10_populate_smc_vddci_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H
A
D
ci_smumgr.c
858
table->Smio[count] |= data->vddc_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_vddc_table()
859
table->SmioMaskVddcVid |= data->vddc_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_vddc_table()
886
table->Smio[count] |= data->vddci_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_vdd_ci_table()
887
table->SmioMaskVddciVid |= data->vddci_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_vdd_ci_table()
914
table->Smio[count] |= data->mvdd_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_mvdd_table()
915
table->SmioMaskMvddVid |= data->mvdd_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_mvdd_table()
H
A
D
iceland_smumgr.c
633
table->VddcLevel[count].Smio |= data->vddc_voltage_table.entries[count].
smio_low
;
in iceland_populate_smc_vddc_table()
658
table->VddciLevel[count].Smio |= data->vddci_voltage_table.entries[count].
smio_low
;
in iceland_populate_smc_vdd_ci_table()
683
table->MvddLevel[count].Smio |= data->mvdd_voltage_table.entries[count].
smio_low
;
in iceland_populate_smc_mvdd_table()
H
A
D
polaris10_smumgr.c
681
data->mvdd_voltage_table.entries[level].
smio_low
;
in polaris10_populate_smc_mvdd_table()
707
table->Smio[level] |= data->vddc_voltage_table.entries[level].
smio_low
;
in polaris10_populate_smc_vddc_table()
732
table->Smio[level] |= data->vddci_voltage_table.entries[level].
smio_low
;
in polaris10_populate_smc_vddci_table()
H
A
D
vegam_smumgr.c
465
data->mvdd_voltage_table.entries[level].
smio_low
;
in vegam_populate_smc_mvdd_table()
491
table->Smio[level] |= data->vddci_voltage_table.entries[level].
smio_low
;
in vegam_populate_smc_vddci_table()
H
A
D
tonga_smumgr.c
354
data->vddci_voltage_table.entries[count].
smio_low
;
in tonga_populate_smc_vdd_ci_table()
381
data->mvdd_voltage_table.entries[count].
smio_low
;
in tonga_populate_smc_mvdd_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_mode.h
675
u32
smio_low
;
member
H
A
D
ci_dpm.c
2113
voltage_table->entries[i].
smio_low
= 0;
in ci_get_svi2_voltage_table()
2217
pi->vddc_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_vddc_table()
2240
pi->vddci_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_vddci_table()
2263
pi->mvdd_voltage_table.entries[count].
smio_low
;
in ci_populate_smc_mvdd_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_mode.h
638
u32
smio_low
;
member
Completed in 67 milliseconds
1
2