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_32BIT
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/
H
A
D
smiapp-reg-defs.h
34
#define SMIAPP_REG_U32_SERIAL_NUMBER (0x001c |
CCS_FL_32BIT
)
38
#define SMIAPP_REG_U32_FRAME_FORMAT_DESCRIPTOR_4(n) ((0x0060 + ((n) << 2)) |
CCS_FL_32BIT
) /* 0 <= n <= 7 */
139
#define SMIAPP_REG_U32_REQUESTED_LINK_BIT_RATE_MBPS (0x0820 |
CCS_FL_32BIT
)
375
#define SMIAPP_REG_F32_MIN_EXT_CLK_FREQ_HZ (0x1100 | CCS_FL_FLOAT_IREAL |
CCS_FL_32BIT
)
376
#define SMIAPP_REG_F32_MAX_EXT_CLK_FREQ_HZ (0x1104 | CCS_FL_FLOAT_IREAL |
CCS_FL_32BIT
)
379
#define SMIAPP_REG_F32_MIN_PLL_IP_FREQ_HZ (0x110c | CCS_FL_FLOAT_IREAL |
CCS_FL_32BIT
)
380
#define SMIAPP_REG_F32_MAX_PLL_IP_FREQ_HZ (0x1110 | CCS_FL_FLOAT_IREAL |
CCS_FL_32BIT
)
383
#define SMIAPP_REG_F32_MIN_PLL_OP_FREQ_HZ (0x1118 | CCS_FL_FLOAT_IREAL |
CCS_FL_32BIT
)
384
#define SMIAPP_REG_F32_MAX_PLL_OP_FREQ_HZ (0x111c | CCS_FL_FLOAT_IREAL |
CCS_FL_32BIT
)
387
#define SMIAPP_REG_F32_MIN_VT_SYS_CLK_FREQ_HZ (0x1124 | CCS_FL_FLOAT_IREAL |
CCS_FL_32BIT
)
[all...]
H
A
D
ccs-regs.h
15
#define
CCS_FL_32BIT
BIT(CCS_FL_BASE + 1)
macro
51
#define CCS_R_SERIAL_NUMBER (0x001c |
CCS_FL_32BIT
)
65
#define CCS_R_FRAME_FORMAT_DESCRIPTOR_4(n) ((0x0060 |
CCS_FL_32BIT
) + (n) * 4)
284
#define CCS_R_REQUESTED_LINK_RATE (0x0820 |
CCS_FL_32BIT
)
480
#define CCS_R_ADC_BIT_DEPTH_CAPABILITY (0x10f4 |
CCS_FL_32BIT
)
481
#define CCS_R_MIN_EXT_CLK_FREQ_MHZ (0x1100 | (
CCS_FL_32BIT
| CCS_FL_FLOAT_IREAL))
482
#define CCS_R_MAX_EXT_CLK_FREQ_MHZ (0x1104 | (
CCS_FL_32BIT
| CCS_FL_FLOAT_IREAL))
485
#define CCS_R_MIN_PLL_IP_CLK_FREQ_MHZ (0x110c | (
CCS_FL_32BIT
| CCS_FL_FLOAT_IREAL))
486
#define CCS_R_MAX_PLL_IP_CLK_FREQ_MHZ (0x1110 | (
CCS_FL_32BIT
| CCS_FL_FLOAT_IREAL))
489
#define CCS_R_MIN_PLL_OP_CLK_FREQ_MHZ (0x1118 | (
CCS_FL_32BIT
| CCS_FL_FLOAT_IREA
[all...]
H
A
D
ccs-reg-access.c
140
if (reg &
CCS_FL_32BIT
)
in ccs_reg_width()
Completed in 7 milliseconds