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:JS_BASE
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H
A
D
panfrost_regs.h
225
#define
JS_BASE
0x1800
macro
226
#define JS_HEAD_LO(n) (
JS_BASE
+ ((n) * 0x80) + 0x00)
227
#define JS_HEAD_HI(n) (
JS_BASE
+ ((n) * 0x80) + 0x04)
228
#define JS_TAIL_LO(n) (
JS_BASE
+ ((n) * 0x80) + 0x08)
229
#define JS_TAIL_HI(n) (
JS_BASE
+ ((n) * 0x80) + 0x0c)
230
#define JS_AFFINITY_LO(n) (
JS_BASE
+ ((n) * 0x80) + 0x10)
231
#define JS_AFFINITY_HI(n) (
JS_BASE
+ ((n) * 0x80) + 0x14)
232
#define JS_CONFIG(n) (
JS_BASE
+ ((n) * 0x80) + 0x18)
233
#define JS_XAFFINITY(n) (
JS_BASE
+ ((n) * 0x80) + 0x1c)
234
#define JS_COMMAND(n) (
JS_BASE
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H
A
D
panfrost_regs.h
228
#define
JS_BASE
0x1800
macro
231
#define JS_HEAD_LO(n) (
JS_BASE
+ ((n) * JS_SLOT_STRIDE) + 0x00)
232
#define JS_HEAD_HI(n) (
JS_BASE
+ ((n) * JS_SLOT_STRIDE) + 0x04)
233
#define JS_TAIL_LO(n) (
JS_BASE
+ ((n) * JS_SLOT_STRIDE) + 0x08)
234
#define JS_TAIL_HI(n) (
JS_BASE
+ ((n) * JS_SLOT_STRIDE) + 0x0c)
235
#define JS_AFFINITY_LO(n) (
JS_BASE
+ ((n) * JS_SLOT_STRIDE) + 0x10)
236
#define JS_AFFINITY_HI(n) (
JS_BASE
+ ((n) * JS_SLOT_STRIDE) + 0x14)
237
#define JS_CONFIG(n) (
JS_BASE
+ ((n) * JS_SLOT_STRIDE) + 0x18)
238
#define JS_XAFFINITY(n) (
JS_BASE
+ ((n) * JS_SLOT_STRIDE) + 0x1c)
239
#define JS_COMMAND(n) (
JS_BASE
[all...]
H
A
D
panfrost_dump.c
87
if (panfrost_dump_registers[i] >=
JS_BASE
&&
in panfrost_core_dump_registers()
88
panfrost_dump_registers[i] <=
JS_BASE
+ JS_SLOT_STRIDE)
in panfrost_core_dump_registers()
Completed in 3 milliseconds