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:pcie_spc_cap
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu7_hwmgr.h
225
uint32_t
pcie_spc_cap
;
member
H
A
D
smu7_hwmgr.c
2672
data->
pcie_spc_cap
= 20;
in smu7_hwmgr_backend_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu7_hwmgr.h
236
uint32_t
pcie_spc_cap
;
member
H
A
D
smu7_hwmgr.c
3008
data->
pcie_spc_cap
= 20;
in smu7_hwmgr_backend_init()
3010
data->
pcie_spc_cap
= 16;
in smu7_hwmgr_backend_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H
A
D
vegam_smumgr.c
586
table->LinkLevel[i].SPC = (uint8_t)(data->
pcie_spc_cap
& 0xff);
in vegam_populate_smc_link_level()
H
A
D
fiji_smumgr.c
843
table->LinkLevel[i].SPC = (uint8_t)(data->
pcie_spc_cap
& 0xff);
in fiji_populate_smc_link_level()
H
A
D
iceland_smumgr.c
780
(uint8_t)(data->
pcie_spc_cap
& 0xff);
in iceland_populate_smc_link_level()
H
A
D
tonga_smumgr.c
523
(uint8_t)(data->
pcie_spc_cap
& 0xff);
in tonga_populate_smc_link_level()
H
A
D
polaris10_smumgr.c
783
table->LinkLevel[i].SPC = (uint8_t)(data->
pcie_spc_cap
& 0xff);
in polaris10_populate_smc_link_level()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H
A
D
vegam_smumgr.c
585
table->LinkLevel[i].SPC = (uint8_t)(data->
pcie_spc_cap
& 0xff);
in vegam_populate_smc_link_level()
H
A
D
fiji_smumgr.c
842
table->LinkLevel[i].SPC = (uint8_t)(data->
pcie_spc_cap
& 0xff);
in fiji_populate_smc_link_level()
H
A
D
iceland_smumgr.c
780
(uint8_t)(data->
pcie_spc_cap
& 0xff);
in iceland_populate_smc_link_level()
H
A
D
tonga_smumgr.c
523
(uint8_t)(data->
pcie_spc_cap
& 0xff);
in tonga_populate_smc_link_level()
H
A
D
polaris10_smumgr.c
831
table->LinkLevel[i].SPC = (uint8_t)(data->
pcie_spc_cap
& 0xff);
in polaris10_populate_smc_link_level()
Completed in 61 milliseconds