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:SSCR0_DataSize
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/pxa/
H
A
D
pxa-ssp.c
348
sscr0 |= SSCR0_EDSS |
SSCR0_DataSize
(slot_width - 16);
in pxa_ssp_set_dai_tdm_slot()
350
sscr0 |=
SSCR0_DataSize
(slot_width);
in pxa_ssp_set_dai_tdm_slot()
590
sscr0 |=
SSCR0_DataSize
(16);
in pxa_ssp_hw_params()
593
sscr0 |= (SSCR0_EDSS |
SSCR0_DataSize
(8));
in pxa_ssp_hw_params()
596
sscr0 |= (SSCR0_EDSS |
SSCR0_DataSize
(16));
in pxa_ssp_hw_params()
/kernel/linux/linux-6.6/sound/soc/pxa/
H
A
D
pxa-ssp.c
330
sscr0 |= SSCR0_EDSS |
SSCR0_DataSize
(slot_width - 16);
in pxa_ssp_set_dai_tdm_slot()
332
sscr0 |=
SSCR0_DataSize
(slot_width);
in pxa_ssp_set_dai_tdm_slot()
572
sscr0 |=
SSCR0_DataSize
(16);
in pxa_ssp_hw_params()
575
sscr0 |= (SSCR0_EDSS |
SSCR0_DataSize
(8));
in pxa_ssp_hw_params()
578
sscr0 |= (SSCR0_EDSS |
SSCR0_DataSize
(16));
in pxa_ssp_hw_params()
/kernel/linux/linux-5.10/include/linux/
H
A
D
pxa2xx_ssp.h
51
#define
SSCR0_DataSize
(x) ((x) - 1) /* Data Size Select [4..16] */
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
pxa2xx_ssp.h
50
#define
SSCR0_DataSize
(x) ((x) - 1) /* Data Size Select [4..16] */
macro
/kernel/linux/linux-5.10/drivers/input/mouse/
H
A
D
navpoint.c
48
|
SSCR0_DataSize
(16) /* DSS = 15; Data size = 16-bit */
/kernel/linux/linux-6.6/drivers/input/mouse/
H
A
D
navpoint.c
48
|
SSCR0_DataSize
(16) /* DSS = 15; Data size = 16-bit */
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-pxa2xx.c
302
|
SSCR0_DataSize
(bits > 16 ? bits - 16 : bits)
in pxa2xx_configure_sscr0()
1577
tmp = SSCR0_SCR(2) | SSCR0_Motorola |
SSCR0_DataSize
(8);
in pxa2xx_spi_probe()
1594
tmp = SSCR0_Motorola |
SSCR0_DataSize
(8);
in pxa2xx_spi_probe()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-pxa2xx.c
292
|
SSCR0_DataSize
(bits > 16 ? bits - 16 : bits)
in pxa2xx_configure_sscr0()
1809
tmp = SSCR0_SCR(2) | SSCR0_Motorola |
SSCR0_DataSize
(8);
in pxa2xx_spi_probe()
1826
tmp = SSCR0_Motorola |
SSCR0_DataSize
(8);
in pxa2xx_spi_probe()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
759
#define
SSCR0_DataSize
(Size) /* Data Size Select [4..16] */ \
macro
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
759
#define
SSCR0_DataSize
(Size) /* Data Size Select [4..16] */ \
macro
Completed in 18 milliseconds