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:IS_LITE
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H
A
D
camss-csid-gen2.c
24
#define
IS_LITE
(csid->id >= 2 ? 1 : 0)
macro
38
#define CSID_CSI2_RDIN_IRQ_STATUS(rdi) ((
IS_LITE
? 0x30 : 0x40) \
40
#define CSID_CSI2_RDIN_IRQ_MASK(rdi) ((
IS_LITE
? 0x34 : 0x44) \
42
#define CSID_CSI2_RDIN_IRQ_CLEAR(rdi) ((
IS_LITE
? 0x38 : 0x48) \
44
#define CSID_CSI2_RDIN_IRQ_SET(rdi) ((
IS_LITE
? 0x3C : 0x4C) \
76
#define CSID_RDI_CFG0(rdi) ((
IS_LITE
? 0x200 : 0x300) \
101
#define CSID_RDI_CFG1(rdi) ((
IS_LITE
? 0x204 : 0x304)\
105
#define CSID_RDI_CTRL(rdi) ((
IS_LITE
? 0x208 : 0x308)\
112
#define CSID_RDI_FRM_DROP_PATTERN(rdi) ((
IS_LITE
? 0x20C : 0x30C)\
114
#define CSID_RDI_FRM_DROP_PERIOD(rdi) ((
IS_LITE
[all...]
H
A
D
camss-vfe-480.c
19
#define
IS_LITE
(vfe->id >= 2 ? 1 : 0)
macro
23
#define VFE_GLOBAL_RESET_CMD (
IS_LITE
? 0x0c : 0x1c)
24
#define GLOBAL_RESET_HW_AND_REG (
IS_LITE
? BIT(1) : BIT(0))
26
#define VFE_REG_UPDATE_CMD (
IS_LITE
? 0x20 : 0x34)
29
return
IS_LITE
? BIT(n) : BIT(1 + (n));
in reg_update_rdi()
33
#define VFE_IRQ_CMD (
IS_LITE
? 0x24 : 0x38)
36
#define VFE_IRQ_MASK(n) ((
IS_LITE
? 0x28 : 0x3c) + (n) * 4)
37
#define IRQ_MASK_0_RESET_ACK (
IS_LITE
? BIT(17) : BIT(0))
38
#define IRQ_MASK_0_BUS_TOP_IRQ (
IS_LITE
? BIT(4) : BIT(7))
39
#define VFE_IRQ_CLEAR(n) ((
IS_LITE
[all...]
Completed in 3 milliseconds