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:die_info
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H
A
D
discovery.h
63
typedef struct
die_info
struct
67
}
die_info
;
typedef
77
die_info
die_info
[16]; /* list die information for up to 16 dies */
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/
H
A
D
discovery.h
67
typedef struct
die_info
struct
71
}
die_info
;
typedef
81
die_info
die_info
[16]; /* list die information for up to 16 dies */
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_discovery.c
276
die_offset = le16_to_cpu(ihdr->
die_info
[i].die_offset);
in amdgpu_discovery_reg_base_init()
351
die_offset = le16_to_cpu(ihdr->
die_info
[i].die_offset);
in amdgpu_discovery_get_ip_version()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/
H
A
D
main.c
1538
u16
die_info
;
in wl12xx_get_pg_ver()
local
1543
&
die_info
);
in wl12xx_get_pg_ver()
1546
&
die_info
);
in wl12xx_get_pg_ver()
1549
*ver = (s8)((
die_info
& PG_VER_MASK) >> PG_VER_OFFSET);
in wl12xx_get_pg_ver()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/
H
A
D
main.c
1538
u16
die_info
;
in wl12xx_get_pg_ver()
local
1543
&
die_info
);
in wl12xx_get_pg_ver()
1546
&
die_info
);
in wl12xx_get_pg_ver()
1549
*ver = (s8)((
die_info
& PG_VER_MASK) >> PG_VER_OFFSET);
in wl12xx_get_pg_ver()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_discovery.c
559
die_offset = le16_to_cpu(ihdr->
die_info
[i].die_offset);
in amdgpu_discovery_read_harvest_bit_per_ip()
1069
die_offset = le16_to_cpu(ihdr->
die_info
[ii].die_offset);
in amdgpu_discovery_sysfs_recurse()
1237
die_offset = le16_to_cpu(ihdr->
die_info
[i].die_offset);
in amdgpu_discovery_reg_base_init()
Completed in 9 milliseconds