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:SCR_VAL_OFFSET
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/
H
A
D
fsl_spdif.h
79
#define
SCR_VAL_OFFSET
5
macro
80
#define SCR_VAL_MASK (1 <<
SCR_VAL_OFFSET
)
81
#define SCR_VAL_CLEAR (1 <<
SCR_VAL_OFFSET
)
H
A
D
fsl_spdif.c
807
val = (val & SCR_VAL_MASK) >>
SCR_VAL_OFFSET
;
in fsl_spdif_tx_vbit_get()
820
u32 val = (1 - ucontrol->value.integer.value[0]) <<
SCR_VAL_OFFSET
;
in fsl_spdif_tx_vbit_put()
/kernel/linux/linux-6.6/sound/soc/fsl/
H
A
D
fsl_spdif.h
94
#define
SCR_VAL_OFFSET
5
macro
95
#define SCR_VAL_MASK (1 <<
SCR_VAL_OFFSET
)
96
#define SCR_VAL_CLEAR (1 <<
SCR_VAL_OFFSET
)
H
A
D
fsl_spdif.c
930
val = (val & SCR_VAL_MASK) >>
SCR_VAL_OFFSET
;
in fsl_spdif_tx_vbit_get()
943
u32 val = (1 - ucontrol->value.integer.value[0]) <<
SCR_VAL_OFFSET
;
in fsl_spdif_tx_vbit_put()
Completed in 7 milliseconds