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_SCR
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
pxa2xx_ssp.h
58
#define
SSCR0_SCR
(x) ((x) << 8) /* Serial Clock Rate (mask) */
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
pxa2xx_ssp.h
57
#define
SSCR0_SCR
(x) ((x) << 8) /* Serial Clock Rate (mask) */
macro
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-pxa2xx.c
1051
/ (1 + ((cr0 &
SSCR0_SCR
(0xfff)) >> 8)),
in pxa2xx_spi_transfer_one()
1056
/ (1 + ((cr0 &
SSCR0_SCR
(0x0ff)) >> 8)),
in pxa2xx_spi_transfer_one()
1577
tmp =
SSCR0_SCR
(2) | SSCR0_Motorola | SSCR0_DataSize(8);
in pxa2xx_spi_probe()
1596
tmp |=
SSCR0_SCR
(2);
in pxa2xx_spi_probe()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
771
#define
SSCR0_SCR
Fld (8, 8) /* Serial Clock Rate divisor/2 - 1 */
macro
775
(((Div) - 2)/2 << FShft (
SSCR0_SCR
))
779
(((Div) - 1)/2 << FShft (
SSCR0_SCR
))
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H
A
D
SA-1100.h
771
#define
SSCR0_SCR
Fld (8, 8) /* Serial Clock Rate divisor/2 - 1 */
macro
775
(((Div) - 2)/2 << FShft (
SSCR0_SCR
))
779
(((Div) - 1)/2 << FShft (
SSCR0_SCR
))
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-pxa2xx.c
1074
/ (1 + ((cr0 &
SSCR0_SCR
(0xfff)) >> 8)),
in pxa2xx_spi_transfer_one()
1079
/ (1 + ((cr0 &
SSCR0_SCR
(0x0ff)) >> 8)),
in pxa2xx_spi_transfer_one()
1809
tmp =
SSCR0_SCR
(2) | SSCR0_Motorola | SSCR0_DataSize(8);
in pxa2xx_spi_probe()
1828
tmp |=
SSCR0_SCR
(2);
in pxa2xx_spi_probe()
Completed in 17 milliseconds