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:CCS_FL_16BIT
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/
H
A
D
smiapp-reg-defs.h
16
#define SMIAPP_REG_U16_MODEL_ID (0x0000 |
CCS_FL_16BIT
)
22
#define SMIAPP_REG_U16_DATA_PEDESTAL (0x0008 |
CCS_FL_16BIT
)
30
#define SMIAPP_REG_U16_SENSOR_MODEL_ID (0x0016 |
CCS_FL_16BIT
)
37
#define SMIAPP_REG_U16_FRAME_FORMAT_DESCRIPTOR_2(n) ((0x0042 + ((n) << 1)) |
CCS_FL_16BIT
) /* 0 <= n <= 14 */
39
#define SMIAPP_REG_U16_ANALOGUE_GAIN_CAPABILITY (0x0080 |
CCS_FL_16BIT
)
40
#define SMIAPP_REG_U16_ANALOGUE_GAIN_CODE_MIN (0x0084 |
CCS_FL_16BIT
)
41
#define SMIAPP_REG_U16_ANALOGUE_GAIN_CODE_MAX (0x0086 |
CCS_FL_16BIT
)
42
#define SMIAPP_REG_U16_ANALOGUE_GAIN_CODE_STEP (0x0088 |
CCS_FL_16BIT
)
43
#define SMIAPP_REG_U16_ANALOGUE_GAIN_TYPE (0x008a |
CCS_FL_16BIT
)
44
#define SMIAPP_REG_U16_ANALOGUE_GAIN_M0 (0x008c |
CCS_FL_16BIT
)
[all...]
H
A
D
ccs-regs.h
14
#define
CCS_FL_16BIT
BIT(CCS_FL_BASE)
macro
20
#define CCS_R_MODULE_MODEL_ID (0x0000 |
CCS_FL_16BIT
)
35
#define CCS_R_DATA_PEDESTAL (0x0008 |
CCS_FL_16BIT
)
36
#define CCS_R_MODULE_MANUFACTURER_ID (0x000e |
CCS_FL_16BIT
)
48
#define CCS_R_SENSOR_MODEL_ID (0x0016 |
CCS_FL_16BIT
)
52
#define CCS_R_SENSOR_MANUFACTURER_ID (0x0020 |
CCS_FL_16BIT
)
53
#define CCS_R_SENSOR_REVISION_NUMBER_16 (0x0022 |
CCS_FL_16BIT
)
62
#define CCS_R_FRAME_FORMAT_DESCRIPTOR(n) ((0x0042 |
CCS_FL_16BIT
) + (n) * 2)
100
#define CCS_R_ANALOG_GAIN_CAPABILITY (0x0080 |
CCS_FL_16BIT
)
103
#define CCS_R_ANALOG_GAIN_CODE_MIN (0x0084 |
CCS_FL_16BIT
)
[all...]
H
A
D
ccs-reg-access.c
138
if (reg &
CCS_FL_16BIT
)
in ccs_reg_width()
Completed in 9 milliseconds