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:S626_RPS_LDREG
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H
A
D
s626.c
1312
*rps++ =
S626_RPS_LDREG
| (S626_P_DEBICMD >> 2);
in s626_reset_adc()
1314
*rps++ =
S626_RPS_LDREG
| (S626_P_DEBIAD >> 2);
in s626_reset_adc()
1342
*rps++ =
S626_RPS_LDREG
| (S626_P_DEBICMD >> 2);
in s626_reset_adc()
1345
*rps++ =
S626_RPS_LDREG
| (S626_P_DEBIAD >> 2);
in s626_reset_adc()
1354
*rps++ =
S626_RPS_LDREG
| (S626_P_DEBICMD >> 2);
in s626_reset_adc()
1357
*rps++ =
S626_RPS_LDREG
| (S626_P_DEBIAD >> 2);
in s626_reset_adc()
1392
*rps++ =
S626_RPS_LDREG
| (S626_P_GPIO >> 2);
in s626_reset_adc()
1397
*rps++ =
S626_RPS_LDREG
| (S626_P_GPIO >> 2);
in s626_reset_adc()
1439
*rps++ =
S626_RPS_LDREG
| (S626_P_GPIO >> 2);
in s626_reset_adc()
1443
*rps++ =
S626_RPS_LDREG
| (S626_P_GPI
in s626_reset_adc()
[all...]
H
A
D
s626.h
93
#define
S626_RPS_LDREG
0x90000100 /* LDREG (1 uint32_t only) */
macro
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H
A
D
s626.c
1311
*rps++ =
S626_RPS_LDREG
| (S626_P_DEBICMD >> 2);
in s626_reset_adc()
1313
*rps++ =
S626_RPS_LDREG
| (S626_P_DEBIAD >> 2);
in s626_reset_adc()
1341
*rps++ =
S626_RPS_LDREG
| (S626_P_DEBICMD >> 2);
in s626_reset_adc()
1344
*rps++ =
S626_RPS_LDREG
| (S626_P_DEBIAD >> 2);
in s626_reset_adc()
1353
*rps++ =
S626_RPS_LDREG
| (S626_P_DEBICMD >> 2);
in s626_reset_adc()
1356
*rps++ =
S626_RPS_LDREG
| (S626_P_DEBIAD >> 2);
in s626_reset_adc()
1391
*rps++ =
S626_RPS_LDREG
| (S626_P_GPIO >> 2);
in s626_reset_adc()
1396
*rps++ =
S626_RPS_LDREG
| (S626_P_GPIO >> 2);
in s626_reset_adc()
1438
*rps++ =
S626_RPS_LDREG
| (S626_P_GPIO >> 2);
in s626_reset_adc()
1442
*rps++ =
S626_RPS_LDREG
| (S626_P_GPI
in s626_reset_adc()
[all...]
H
A
D
s626.h
93
#define
S626_RPS_LDREG
0x90000100 /* LDREG (1 uint32_t only) */
macro
Completed in 9 milliseconds