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:chconf0
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-omap2-mcspi.c
141
u32
chconf0
, chctrl0;
member
178
return cs->
chconf0
;
in mcspi_cached_chconf0()
185
cs->
chconf0
= val;
in mcspi_write_chconf0()
1063
cs->
chconf0
= 0;
in omap2_mcspi_setup()
1263
* in its
chconf0
register.
in omap2_mcspi_prepare_message()
1271
if ((cs->
chconf0
& OMAP2_MCSPI_CHCONF_FORCE)) {
in omap2_mcspi_prepare_message()
1272
cs->
chconf0
&= ~OMAP2_MCSPI_CHCONF_FORCE;
in omap2_mcspi_prepare_message()
1273
writel_relaxed(cs->
chconf0
,
in omap2_mcspi_prepare_message()
1358
if ((cs->
chconf0
& OMAP2_MCSPI_CHCONF_FORCE) == 0) {
in omap_mcspi_runtime_resume()
1359
cs->
chconf0
|
in omap_mcspi_runtime_resume()
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-omap2-mcspi.c
143
u32
chconf0
, chctrl0;
member
180
return cs->
chconf0
;
in mcspi_cached_chconf0()
187
cs->
chconf0
= val;
in mcspi_write_chconf0()
1071
cs->
chconf0
= 0;
in omap2_mcspi_setup()
1270
* in its
chconf0
register.
in omap2_mcspi_prepare_message()
1278
if ((cs->
chconf0
& OMAP2_MCSPI_CHCONF_FORCE)) {
in omap2_mcspi_prepare_message()
1279
cs->
chconf0
&= ~OMAP2_MCSPI_CHCONF_FORCE;
in omap2_mcspi_prepare_message()
1280
writel_relaxed(cs->
chconf0
,
in omap2_mcspi_prepare_message()
1378
if ((cs->
chconf0
& OMAP2_MCSPI_CHCONF_FORCE) == 0) {
in omap_mcspi_runtime_resume()
1379
cs->
chconf0
|
in omap_mcspi_runtime_resume()
[all...]
Completed in 4 milliseconds