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:KDATA_BASE_ADDR
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/
H
A
D
maestro3.c
400
#define
KDATA_BASE_ADDR
0x1000
macro
403
#define KDATA_TASK0 (
KDATA_BASE_ADDR
+ 0x0000)
404
#define KDATA_TASK1 (
KDATA_BASE_ADDR
+ 0x0001)
405
#define KDATA_TASK2 (
KDATA_BASE_ADDR
+ 0x0002)
406
#define KDATA_TASK3 (
KDATA_BASE_ADDR
+ 0x0003)
407
#define KDATA_TASK4 (
KDATA_BASE_ADDR
+ 0x0004)
408
#define KDATA_TASK5 (
KDATA_BASE_ADDR
+ 0x0005)
409
#define KDATA_TASK6 (
KDATA_BASE_ADDR
+ 0x0006)
410
#define KDATA_TASK7 (
KDATA_BASE_ADDR
+ 0x0007)
411
#define KDATA_TASK_ENDMARK (
KDATA_BASE_ADDR
[all...]
/kernel/linux/linux-6.6/sound/pci/
H
A
D
maestro3.c
395
#define
KDATA_BASE_ADDR
0x1000
macro
398
#define KDATA_TASK0 (
KDATA_BASE_ADDR
+ 0x0000)
399
#define KDATA_TASK1 (
KDATA_BASE_ADDR
+ 0x0001)
400
#define KDATA_TASK2 (
KDATA_BASE_ADDR
+ 0x0002)
401
#define KDATA_TASK3 (
KDATA_BASE_ADDR
+ 0x0003)
402
#define KDATA_TASK4 (
KDATA_BASE_ADDR
+ 0x0004)
403
#define KDATA_TASK5 (
KDATA_BASE_ADDR
+ 0x0005)
404
#define KDATA_TASK6 (
KDATA_BASE_ADDR
+ 0x0006)
405
#define KDATA_TASK7 (
KDATA_BASE_ADDR
+ 0x0007)
406
#define KDATA_TASK_ENDMARK (
KDATA_BASE_ADDR
[all...]
Completed in 8 milliseconds