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:W0_BIT_
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
H
A
D
cmd_v1.c
25
#define CMD_A0_TOC
W0_BIT_
(31)
26
#define CMD_A0_ROC
W0_BIT_
(30)
43
#define CMD_I0_TOC
W0_BIT_
(31)
44
#define CMD_I0_ROC
W0_BIT_
(30)
45
#define CMD_I0_RNW
W0_BIT_
(29)
49
#define CMD_I0_CP
W0_BIT_
(15)
61
#define CMD_R0_TOC
W0_BIT_
(31)
62
#define CMD_R0_ROC
W0_BIT_
(30)
63
#define CMD_R0_RNW
W0_BIT_
(29)
65
#define CMD_R0_DBP
W0_BIT_
(2
[all...]
H
A
D
dat.h
14
#define DAT_0_I2C_DEVICE
W0_BIT_
(31)
15
#define DAT_0_SIR_REJECT
W0_BIT_
(13)
16
#define DAT_0_IBI_PAYLOAD
W0_BIT_
(12)
H
A
D
cmd_v2.c
41
#define CMD_U0_TOC
W0_BIT_
( 31)
42
#define CMD_U0_ROC
W0_BIT_
( 30)
43
#define CMD_U0_MAY_YIELD
W0_BIT_
( 29)
49
#define CMD_U0_RnW
W0_BIT_
( 7)
59
#define CMD_A0_TOC
W0_BIT_
( 31)
60
#define CMD_A0_ROC
W0_BIT_
( 30)
H
A
D
cmd.h
17
#define CMD_0_TOC
W0_BIT_
(31)
18
#define CMD_0_ROC
W0_BIT_
(30)
H
A
D
dat_v1.c
27
/* DAT_0_I2C_DEVICE
W0_BIT_
(31) */
30
#define DAT_0_DYNADDR_PARITY
W0_BIT_
(23)
32
#define DAT_0_TS
W0_BIT_
(15)
33
#define DAT_0_MR_REJECT
W0_BIT_
(14)
34
/* DAT_0_SIR_REJECT
W0_BIT_
(13) */
35
/* DAT_0_IBI_PAYLOAD
W0_BIT_
(12) */
H
A
D
hci.h
24
#define
W0_BIT_
(x) BIT((x) - 0)
macro
Completed in 3 milliseconds