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_count
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
process_pptables_v1_0.c
497
uint32_t table_size, i,
pcie_count
;
in get_pcie_table()
local
522
pcie_count
= (pp_table_information->vdd_dep_on_sclk->count) + 1;
in get_pcie_table()
523
if ((uint32_t)atom_pcie_table->ucNumEntries <=
pcie_count
)
in get_pcie_table()
524
pcie_count
= (uint32_t)atom_pcie_table->ucNumEntries;
in get_pcie_table()
528
pcie_table->count =
pcie_count
;
in get_pcie_table()
529
for (i = 0; i <
pcie_count
; i++) {
in get_pcie_table()
561
pcie_count
= (pp_table_information->vdd_dep_on_sclk->count) + 1;
in get_pcie_table()
562
if ((uint32_t)atom_pcie_table->ucNumEntries <=
pcie_count
)
in get_pcie_table()
563
pcie_count
= (uint32_t)atom_pcie_table->ucNumEntries;
in get_pcie_table()
567
pcie_table->count =
pcie_count
;
in get_pcie_table()
[all...]
H
A
D
vega10_processpptables.c
810
uint32_t table_size, i,
pcie_count
;
in get_pcie_table()
local
830
pcie_count
= table_info->vdd_dep_on_sclk->count;
in get_pcie_table()
831
if (atom_pcie_table->ucNumEntries <=
pcie_count
)
in get_pcie_table()
832
pcie_count
= atom_pcie_table->ucNumEntries;
in get_pcie_table()
838
pcie_table->count =
pcie_count
;
in get_pcie_table()
840
for (i = 0; i <
pcie_count
; i++) {
in get_pcie_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
process_pptables_v1_0.c
481
uint32_t i,
pcie_count
;
in get_pcie_table()
local
504
pcie_count
= (pp_table_information->vdd_dep_on_sclk->count) + 1;
in get_pcie_table()
505
if ((uint32_t)atom_pcie_table->ucNumEntries <=
pcie_count
)
in get_pcie_table()
506
pcie_count
= (uint32_t)atom_pcie_table->ucNumEntries;
in get_pcie_table()
510
pcie_table->count =
pcie_count
;
in get_pcie_table()
511
for (i = 0; i <
pcie_count
; i++) {
in get_pcie_table()
541
pcie_count
= (pp_table_information->vdd_dep_on_sclk->count) + 1;
in get_pcie_table()
542
if ((uint32_t)atom_pcie_table->ucNumEntries <=
pcie_count
)
in get_pcie_table()
543
pcie_count
= (uint32_t)atom_pcie_table->ucNumEntries;
in get_pcie_table()
547
pcie_table->count =
pcie_count
;
in get_pcie_table()
[all...]
H
A
D
vega10_processpptables.c
786
uint32_t i,
pcie_count
;
in get_pcie_table()
local
802
pcie_count
= table_info->vdd_dep_on_sclk->count;
in get_pcie_table()
803
if (atom_pcie_table->ucNumEntries <=
pcie_count
)
in get_pcie_table()
804
pcie_count
= atom_pcie_table->ucNumEntries;
in get_pcie_table()
810
pcie_table->count =
pcie_count
;
in get_pcie_table()
812
for (i = 0; i <
pcie_count
; i++) {
in get_pcie_table()
Completed in 6 milliseconds