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:SSCR1_SPH
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-pxa2xx.c
43
* manual says only SSCR1_SCFR,
SSCR1_SPH
, SSCR1_SPO need to be in this
52
|
SSCR1_SPH
| SSCR1_SPO | SSCR1_LBM)
58
|
SSCR1_SPH
| SSCR1_SPO | SSCR1_LBM)
65
|
SSCR1_SPH
| SSCR1_SPO | SSCR1_LBM)
1255
chip->cr1 |=
SSCR1_SPH
;
in setup()
1305
chip->cr1 &= ~(SSCR1_SPO |
SSCR1_SPH
);
in setup()
1306
chip->cr1 |= ((spi->mode & SPI_CPHA) ?
SSCR1_SPH
: 0) |
in setup()
1588
SSCR1_SPH
;
in pxa2xx_spi_probe()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-pxa2xx.c
43
* manual says only SSCR1_SCFR,
SSCR1_SPH
, SSCR1_SPO need to be in this
52
|
SSCR1_SPH
| SSCR1_SPO | SSCR1_LBM)
58
|
SSCR1_SPH
| SSCR1_SPO | SSCR1_LBM)
65
|
SSCR1_SPH
| SSCR1_SPO | SSCR1_LBM)
1352
chip->cr1 |=
SSCR1_SPH
;
in setup()
1393
chip->cr1 &= ~(SSCR1_SPO |
SSCR1_SPH
);
in setup()
1394
chip->cr1 |= (((spi->mode & SPI_CPHA) != 0) ?
SSCR1_SPH
: 0)
in setup()
1820
SSCR1_SPH
;
in pxa2xx_spi_probe()
/kernel/linux/linux-5.10/include/linux/
H
A
D
pxa2xx_ssp.h
75
#define
SSCR1_SPH
BIT(4) /* Motorola SPI SSPSCLK phase setting */
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
pxa2xx_ssp.h
74
#define
SSCR1_SPH
BIT(4) /* Motorola SPI SSPSCLK phase setting */
macro
/kernel/linux/linux-5.10/drivers/input/mouse/
H
A
D
navpoint.c
56
|
SSCR1_SPH
/* SPH = 1; SSPSCLK inactive 0.5 + 1 cycles */
/kernel/linux/linux-6.6/drivers/input/mouse/
H
A
D
navpoint.c
56
|
SSCR1_SPH
/* SPH = 1; SSPSCLK inactive 0.5 + 1 cycles */
Completed in 8 milliseconds