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:FIELD_SIZE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/vx/
H
A
D
vx_cmd.h
149
#define
FIELD_SIZE
5
macro
213
rmh->Cmd[0] |= (((u32)param1 & MASK_FIRST_FIELD) <<
FIELD_SIZE
) & MASK_DSP_WORD;
in vx_set_pipe_cmd_params()
230
rmh->Cmd[0] |= (((u32)pipe & MASK_FIRST_FIELD) <<
FIELD_SIZE
) & MASK_DSP_WORD;
in vx_set_stream_cmd_params()
H
A
D
vx_pcm.c
130
rmh.Cmd[0] |= pipe->number <<
FIELD_SIZE
;
in vx_set_stream_format()
1140
chip->audio_ins = (rmh.Stat[0] >> (
FIELD_SIZE
*2)) & MASK_FIRST_FIELD;
in vx_init_audio_io()
/kernel/linux/linux-6.6/sound/drivers/vx/
H
A
D
vx_cmd.h
149
#define
FIELD_SIZE
5
macro
213
rmh->Cmd[0] |= (((u32)param1 & MASK_FIRST_FIELD) <<
FIELD_SIZE
) & MASK_DSP_WORD;
in vx_set_pipe_cmd_params()
230
rmh->Cmd[0] |= (((u32)pipe & MASK_FIRST_FIELD) <<
FIELD_SIZE
) & MASK_DSP_WORD;
in vx_set_stream_cmd_params()
H
A
D
vx_pcm.c
130
rmh.Cmd[0] |= pipe->number <<
FIELD_SIZE
;
in vx_set_stream_format()
1149
chip->audio_ins = (rmh.Stat[0] >> (
FIELD_SIZE
*2)) & MASK_FIRST_FIELD;
in vx_init_audio_io()
/kernel/linux/linux-5.10/sound/pci/pcxhr/
H
A
D
pcxhr_core.h
78
#define
FIELD_SIZE
5
macro
H
A
D
pcxhr_hwdep.c
53
if (((rmh.stat[0] >> (2 *
FIELD_SIZE
)) & MASK_FIRST_FIELD) <
in pcxhr_init_board()
H
A
D
pcxhr_core.c
737
rmh->cmd[0] |= (param1 <<
FIELD_SIZE
);
in pcxhr_set_pipe_cmd_params()
1070
int nb_audio = ((prmh->stat[i] >>
FIELD_SIZE
) &
in pcxhr_msg_thread()
1072
int nb_stream = ((prmh->stat[i] >> (2*
FIELD_SIZE
)) &
in pcxhr_msg_thread()
/kernel/linux/linux-6.6/sound/pci/pcxhr/
H
A
D
pcxhr_core.h
78
#define
FIELD_SIZE
5
macro
H
A
D
pcxhr_hwdep.c
53
if (((rmh.stat[0] >> (2 *
FIELD_SIZE
)) & MASK_FIRST_FIELD) <
in pcxhr_init_board()
H
A
D
pcxhr_core.c
737
rmh->cmd[0] |= (param1 <<
FIELD_SIZE
);
in pcxhr_set_pipe_cmd_params()
1070
int nb_audio = ((prmh->stat[i] >>
FIELD_SIZE
) &
in pcxhr_msg_thread()
1072
int nb_stream = ((prmh->stat[i] >> (2*
FIELD_SIZE
)) &
in pcxhr_msg_thread()
Completed in 10 milliseconds