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:ucode_addr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ucode.c
752
u8 *
ucode_addr
;
in amdgpu_ucode_init_single_fw()
local
776
ucode_addr
= (u8 *)ucode->fw->data +
in amdgpu_ucode_init_single_fw()
781
ucode_addr
= (u8 *)ucode->fw->data +
in amdgpu_ucode_init_single_fw()
788
ucode_addr
= (u8 *)ucode->fw->data +
in amdgpu_ucode_init_single_fw()
794
ucode_addr
= (u8 *)ucode->fw->data +
in amdgpu_ucode_init_single_fw()
800
ucode_addr
= adev->gfx.rlc.save_restore_list_cntl;
in amdgpu_ucode_init_single_fw()
804
ucode_addr
= adev->gfx.rlc.save_restore_list_gpm;
in amdgpu_ucode_init_single_fw()
808
ucode_addr
= adev->gfx.rlc.save_restore_list_srm;
in amdgpu_ucode_init_single_fw()
812
ucode_addr
= adev->gfx.rlc.rlc_iram_ucode;
in amdgpu_ucode_init_single_fw()
816
ucode_addr
in amdgpu_ucode_init_single_fw()
[all...]
H
A
D
mes_v11_0.c
560
uint64_t
ucode_addr
;
in mes_v11_0_enable()
local
578
ucode_addr
= adev->mes.uc_start_addr[pipe] >> 2;
in mes_v11_0_enable()
580
lower_32_bits(
ucode_addr
));
in mes_v11_0_enable()
582
upper_32_bits(
ucode_addr
));
in mes_v11_0_enable()
617
uint64_t
ucode_addr
;
in mes_v11_0_load_microcode()
local
641
ucode_addr
= adev->mes.uc_start_addr[pipe] >> 2;
in mes_v11_0_load_microcode()
643
lower_32_bits(
ucode_addr
));
in mes_v11_0_load_microcode()
645
upper_32_bits(
ucode_addr
));
in mes_v11_0_load_microcode()
Completed in 3 milliseconds