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:no_regs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_debugfs.c
710
uint32_t *config,
no_regs
= 0;
in amdgpu_debugfs_gca_config_read()
local
720
config[
no_regs
++] = 3;
in amdgpu_debugfs_gca_config_read()
721
config[
no_regs
++] = adev->gfx.config.max_shader_engines;
in amdgpu_debugfs_gca_config_read()
722
config[
no_regs
++] = adev->gfx.config.max_tile_pipes;
in amdgpu_debugfs_gca_config_read()
723
config[
no_regs
++] = adev->gfx.config.max_cu_per_sh;
in amdgpu_debugfs_gca_config_read()
724
config[
no_regs
++] = adev->gfx.config.max_sh_per_se;
in amdgpu_debugfs_gca_config_read()
725
config[
no_regs
++] = adev->gfx.config.max_backends_per_se;
in amdgpu_debugfs_gca_config_read()
726
config[
no_regs
++] = adev->gfx.config.max_texture_channel_caches;
in amdgpu_debugfs_gca_config_read()
727
config[
no_regs
++] = adev->gfx.config.max_gprs;
in amdgpu_debugfs_gca_config_read()
728
config[
no_regs
in amdgpu_debugfs_gca_config_read()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_debugfs.c
877
uint32_t *config,
no_regs
= 0;
in amdgpu_debugfs_gca_config_read()
local
887
config[
no_regs
++] = 5;
in amdgpu_debugfs_gca_config_read()
888
config[
no_regs
++] = adev->gfx.config.max_shader_engines;
in amdgpu_debugfs_gca_config_read()
889
config[
no_regs
++] = adev->gfx.config.max_tile_pipes;
in amdgpu_debugfs_gca_config_read()
890
config[
no_regs
++] = adev->gfx.config.max_cu_per_sh;
in amdgpu_debugfs_gca_config_read()
891
config[
no_regs
++] = adev->gfx.config.max_sh_per_se;
in amdgpu_debugfs_gca_config_read()
892
config[
no_regs
++] = adev->gfx.config.max_backends_per_se;
in amdgpu_debugfs_gca_config_read()
893
config[
no_regs
++] = adev->gfx.config.max_texture_channel_caches;
in amdgpu_debugfs_gca_config_read()
894
config[
no_regs
++] = adev->gfx.config.max_gprs;
in amdgpu_debugfs_gca_config_read()
895
config[
no_regs
in amdgpu_debugfs_gca_config_read()
[all...]
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-r9701.c
51
static int read_regs(struct device *dev, unsigned char *regs, int
no_regs
)
in read_regs()
argument
59
for (k = 0; ret == 0 && k <
no_regs
; k++) {
in read_regs()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-r9701.c
51
static int read_regs(struct device *dev, unsigned char *regs, int
no_regs
)
in read_regs()
argument
59
for (k = 0; ret == 0 && k <
no_regs
; k++) {
in read_regs()
Completed in 5 milliseconds