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:MASK_DSP_WORD
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/vx/
H
A
D
vx_cmd.h
145
#define
MASK_DSP_WORD
0x00FFFFFF
macro
213
rmh->Cmd[0] |= (((u32)param1 & MASK_FIRST_FIELD) << FIELD_SIZE) &
MASK_DSP_WORD
;
in vx_set_pipe_cmd_params()
216
rmh->Cmd[0] |= ((u32)param2 & MASK_FIRST_FIELD) &
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
76
dsp_time[1] = (unsigned int)(*pc_time) &
MASK_DSP_WORD
;
in vx_set_pcx_time()
/kernel/linux/linux-6.6/sound/drivers/vx/
H
A
D
vx_cmd.h
145
#define
MASK_DSP_WORD
0x00FFFFFF
macro
213
rmh->Cmd[0] |= (((u32)param1 & MASK_FIRST_FIELD) << FIELD_SIZE) &
MASK_DSP_WORD
;
in vx_set_pipe_cmd_params()
216
rmh->Cmd[0] |= ((u32)param2 & MASK_FIRST_FIELD) &
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
76
dsp_time[1] = (unsigned int)(*pc_time) &
MASK_DSP_WORD
;
in vx_set_pcx_time()
/kernel/linux/linux-5.10/sound/pci/pcxhr/
H
A
D
pcxhr_core.h
74
#define
MASK_DSP_WORD
0x00ffffff
macro
H
A
D
pcxhr.c
269
rmh.cmd[1] = pllreg &
MASK_DSP_WORD
;
in pcxhr_get_clock_reg()
652
rmh.cmd[3] = subs->runtime->dma_addr &
MASK_DSP_WORD
;
in pcxhr_update_r_buffer()
H
A
D
pcxhr_core.c
743
snd_BUG_ON(param3 >
MASK_DSP_WORD
);
in pcxhr_set_pipe_cmd_params()
/kernel/linux/linux-6.6/sound/pci/pcxhr/
H
A
D
pcxhr_core.h
74
#define
MASK_DSP_WORD
0x00ffffff
macro
H
A
D
pcxhr.c
268
rmh.cmd[1] = pllreg &
MASK_DSP_WORD
;
in pcxhr_get_clock_reg()
651
rmh.cmd[3] = subs->runtime->dma_addr &
MASK_DSP_WORD
;
in pcxhr_update_r_buffer()
H
A
D
pcxhr_core.c
743
snd_BUG_ON(param3 >
MASK_DSP_WORD
);
in pcxhr_set_pipe_cmd_params()
Completed in 19 milliseconds