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:FMT_MASK
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/au88x0/
H
A
D
au8820.h
40
#define
FMT_MASK
0x0003c000
macro
H
A
D
au8830.h
38
#define
FMT_MASK
0x0003c000
macro
H
A
D
au8810.h
32
#define
FMT_MASK
0x0003c000
macro
H
A
D
au88x0_core.c
1157
(dma->dma_ctrl & ~
FMT_MASK
) | ((fmt << FMT_SHIFT) &
FMT_MASK
);
in vortex_adbdma_setmode()
1430
(dma->dma_ctrl &
FMT_MASK
) | ((fmt << FMT_SHIFT) &
FMT_MASK
);
in vortex_wtdma_setmode()
/kernel/linux/linux-6.6/sound/pci/au88x0/
H
A
D
au8820.h
40
#define
FMT_MASK
0x0003c000
macro
H
A
D
au8830.h
38
#define
FMT_MASK
0x0003c000
macro
H
A
D
au8810.h
32
#define
FMT_MASK
0x0003c000
macro
H
A
D
au88x0_core.c
1157
(dma->dma_ctrl & ~
FMT_MASK
) | ((fmt << FMT_SHIFT) &
FMT_MASK
);
in vortex_adbdma_setmode()
1430
(dma->dma_ctrl &
FMT_MASK
) | ((fmt << FMT_SHIFT) &
FMT_MASK
);
in vortex_wtdma_setmode()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
ak4613.c
67
#define
FMT_MASK
(0xf8)
macro
433
snd_soc_component_update_bits(component, CTRL1,
FMT_MASK
, fmt_ctrl);
in ak4613_dai_hw_params()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
ak4613.c
153
#define
FMT_MASK
(0xf8)
macro
642
snd_soc_component_update_bits(component, CTRL1,
FMT_MASK
, priv->ctrl1);
in ak4613_dai_hw_params()
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
ov772x.c
289
#define
FMT_MASK
0x0c /* Mask of color format */
macro
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
ov772x.c
290
#define
FMT_MASK
0x0c /* Mask of color format */
macro
Completed in 18 milliseconds