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:AMS_PS_SEQ_MAX
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
xilinx-ams.c
219
#define
AMS_PS_SEQ_MAX
AMS_SEQ_MAX
macro
222
#define PL_SEQ(x) (
AMS_PS_SEQ_MAX
+ (x))
223
#define AMS_CTRL_SEQ_BASE (
AMS_PS_SEQ_MAX
* 3)
416
scan_mask = BIT(0) | BIT(
AMS_PS_SEQ_MAX
);
in ams_enable_channel_sequence()
692
} else if (chan->scan_index >=
AMS_PS_SEQ_MAX
)
in ams_read_raw()
704
if (chan->scan_index <
AMS_PS_SEQ_MAX
)
in ams_read_raw()
706
else if (chan->scan_index >=
AMS_PS_SEQ_MAX
&&
in ams_read_raw()
734
if (scan_index >=
AMS_PS_SEQ_MAX
)
in ams_get_alarm_offset()
735
scan_index -=
AMS_PS_SEQ_MAX
;
in ams_get_alarm_offset()
785
scan_index =
AMS_PS_SEQ_MAX
;
in ams_event_to_channel()
[all...]
Completed in 2 milliseconds