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:FIRMWARE_ID_MAX
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_rlc.h
69
FIRMWARE_ID_MAX
= 38,
enumerator
H
A
D
gfx_v10_0.c
5018
} rlc_autoload_info[
FIRMWARE_ID_MAX
];
5040
(rlc_toc->id <
FIRMWARE_ID_MAX
)) {
in gfx_v10_0_parse_rlc_toc()
5069
for (id = FIRMWARE_ID_RLC_G_UCODE; id <
FIRMWARE_ID_MAX
; id++)
in gfx_v10_0_calc_toc_total_size()
5073
if (total_size < rlc_autoload_info[
FIRMWARE_ID_MAX
-1].offset)
in gfx_v10_0_calc_toc_total_size()
5074
total_size = rlc_autoload_info[
FIRMWARE_ID_MAX
-1].offset +
in gfx_v10_0_calc_toc_total_size()
5075
rlc_autoload_info[
FIRMWARE_ID_MAX
-1].size;
in gfx_v10_0_calc_toc_total_size()
5119
if (id <= FIRMWARE_ID_INVALID || id >=
FIRMWARE_ID_MAX
)
in gfx_v10_0_rlc_backdoor_autoload_copy_ucode()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_rlc.h
71
FIRMWARE_ID_MAX
= 38,
enumerator
H
A
D
gfx_v10_0.c
5204
} rlc_autoload_info[
FIRMWARE_ID_MAX
];
5226
(rlc_toc->id <
FIRMWARE_ID_MAX
)) {
in gfx_v10_0_parse_rlc_toc()
5255
for (id = FIRMWARE_ID_RLC_G_UCODE; id <
FIRMWARE_ID_MAX
; id++)
in gfx_v10_0_calc_toc_total_size()
5259
if (total_size < rlc_autoload_info[
FIRMWARE_ID_MAX
-1].offset)
in gfx_v10_0_calc_toc_total_size()
5260
total_size = rlc_autoload_info[
FIRMWARE_ID_MAX
-1].offset +
in gfx_v10_0_calc_toc_total_size()
5261
rlc_autoload_info[
FIRMWARE_ID_MAX
-1].size;
in gfx_v10_0_calc_toc_total_size()
5305
if (id <= FIRMWARE_ID_INVALID || id >=
FIRMWARE_ID_MAX
)
in gfx_v10_0_rlc_backdoor_autoload_copy_ucode()
Completed in 26 milliseconds