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:dw_ptr
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_bios.c
476
u32 *
dw_ptr
;
in amdgpu_soc15_read_bios_from_rom()
local
494
dw_ptr
= (u32 *)bios;
in amdgpu_soc15_read_bios_from_rom()
514
dw_ptr
[i] = RREG32(rom_data_offset);
in amdgpu_soc15_read_bios_from_rom()
H
A
D
cik.c
1015
u32 *
dw_ptr
;
in cik_read_bios_from_rom()
local
1027
dw_ptr
= (u32 *)bios;
in cik_read_bios_from_rom()
1037
dw_ptr
[i] = RREG32(mmSMC_IND_DATA_0);
in cik_read_bios_from_rom()
H
A
D
vi.c
638
u32 *
dw_ptr
;
in vi_read_bios_from_rom()
local
650
dw_ptr
= (u32 *)bios;
in vi_read_bios_from_rom()
660
dw_ptr
[i] = RREG32(mmSMC_IND_DATA_11);
in vi_read_bios_from_rom()
H
A
D
si.c
1309
u32 *
dw_ptr
;
in si_read_bios_from_rom()
local
1320
dw_ptr
= (u32 *)bios;
in si_read_bios_from_rom()
1325
dw_ptr
[i] = RREG32(mmROM_DATA);
in si_read_bios_from_rom()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
nv.c
173
u32 *
dw_ptr
;
in nv_read_bios_from_rom()
local
184
dw_ptr
= (u32 *)bios;
in nv_read_bios_from_rom()
191
dw_ptr
[i] = RREG32(SOC15_REG_OFFSET(SMUIO, 0, mmROM_DATA));
in nv_read_bios_from_rom()
H
A
D
soc15.c
284
u32 *
dw_ptr
;
in soc15_read_bios_from_rom()
local
297
dw_ptr
= (u32 *)bios;
in soc15_read_bios_from_rom()
316
dw_ptr
[i] = RREG32(rom_data_offset);
in soc15_read_bios_from_rom()
H
A
D
vi.c
430
u32 *
dw_ptr
;
in vi_read_bios_from_rom()
local
442
dw_ptr
= (u32 *)bios;
in vi_read_bios_from_rom()
452
dw_ptr
[i] = RREG32(mmSMC_IND_DATA_11);
in vi_read_bios_from_rom()
H
A
D
cik.c
939
u32 *
dw_ptr
;
in cik_read_bios_from_rom()
local
951
dw_ptr
= (u32 *)bios;
in cik_read_bios_from_rom()
961
dw_ptr
[i] = RREG32(mmSMC_IND_DATA_0);
in cik_read_bios_from_rom()
H
A
D
si.c
1199
u32 *
dw_ptr
;
in si_read_bios_from_rom()
local
1210
dw_ptr
= (u32 *)bios;
in si_read_bios_from_rom()
1215
dw_ptr
[i] = RREG32(mmROM_DATA);
in si_read_bios_from_rom()
Completed in 19 milliseconds