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:CMD_SHIFT
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/iio/frequency/
H
A
D
ad9832.c
68
#define
CMD_SHIFT
12
macro
139
st->freq_data[0] = cpu_to_be16((AD9832_CMD_FRE8BITSW <<
CMD_SHIFT
) |
in ad9832_write_frequency()
142
st->freq_data[1] = cpu_to_be16((AD9832_CMD_FRE16BITSW <<
CMD_SHIFT
) |
in ad9832_write_frequency()
145
st->freq_data[2] = cpu_to_be16((AD9832_CMD_FRE8BITSW <<
CMD_SHIFT
) |
in ad9832_write_frequency()
148
st->freq_data[3] = cpu_to_be16((AD9832_CMD_FRE16BITSW <<
CMD_SHIFT
) |
in ad9832_write_frequency()
161
st->phase_data[0] = cpu_to_be16((AD9832_CMD_PHA8BITSW <<
CMD_SHIFT
) |
in ad9832_write_phase()
164
st->phase_data[1] = cpu_to_be16((AD9832_CMD_PHA16BITSW <<
CMD_SHIFT
) |
in ad9832_write_phase()
201
st->data = cpu_to_be16((AD9832_CMD_SYNCSELSRC <<
CMD_SHIFT
) |
in ad9832_write()
214
st->data = cpu_to_be16((AD9832_CMD_FPSELECT <<
CMD_SHIFT
) |
in ad9832_write()
227
st->data = cpu_to_be16((AD9832_CMD_FPSELECT <<
CMD_SHIFT
) |
in ad9832_write()
[all...]
/kernel/linux/linux-6.6/drivers/staging/iio/frequency/
H
A
D
ad9832.c
68
#define
CMD_SHIFT
12
macro
139
st->freq_data[0] = cpu_to_be16((AD9832_CMD_FRE8BITSW <<
CMD_SHIFT
) |
in ad9832_write_frequency()
142
st->freq_data[1] = cpu_to_be16((AD9832_CMD_FRE16BITSW <<
CMD_SHIFT
) |
in ad9832_write_frequency()
145
st->freq_data[2] = cpu_to_be16((AD9832_CMD_FRE8BITSW <<
CMD_SHIFT
) |
in ad9832_write_frequency()
148
st->freq_data[3] = cpu_to_be16((AD9832_CMD_FRE16BITSW <<
CMD_SHIFT
) |
in ad9832_write_frequency()
161
st->phase_data[0] = cpu_to_be16((AD9832_CMD_PHA8BITSW <<
CMD_SHIFT
) |
in ad9832_write_phase()
164
st->phase_data[1] = cpu_to_be16((AD9832_CMD_PHA16BITSW <<
CMD_SHIFT
) |
in ad9832_write_phase()
201
st->data = cpu_to_be16((AD9832_CMD_SYNCSELSRC <<
CMD_SHIFT
) |
in ad9832_write()
214
st->data = cpu_to_be16((AD9832_CMD_FPSELECT <<
CMD_SHIFT
) |
in ad9832_write()
227
st->data = cpu_to_be16((AD9832_CMD_FPSELECT <<
CMD_SHIFT
) |
in ad9832_write()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
desc.h
37
#define
CMD_SHIFT
27
macro
40
#define CMD_KEY (0x00 <<
CMD_SHIFT
)
41
#define CMD_SEQ_KEY (0x01 <<
CMD_SHIFT
)
42
#define CMD_LOAD (0x02 <<
CMD_SHIFT
)
43
#define CMD_SEQ_LOAD (0x03 <<
CMD_SHIFT
)
44
#define CMD_FIFO_LOAD (0x04 <<
CMD_SHIFT
)
45
#define CMD_SEQ_FIFO_LOAD (0x05 <<
CMD_SHIFT
)
46
#define CMD_STORE (0x0a <<
CMD_SHIFT
)
47
#define CMD_SEQ_STORE (0x0b <<
CMD_SHIFT
)
48
#define CMD_FIFO_STORE (0x0c <<
CMD_SHIFT
)
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
desc.h
37
#define
CMD_SHIFT
27
macro
40
#define CMD_KEY (0x00 <<
CMD_SHIFT
)
41
#define CMD_SEQ_KEY (0x01 <<
CMD_SHIFT
)
42
#define CMD_LOAD (0x02 <<
CMD_SHIFT
)
43
#define CMD_SEQ_LOAD (0x03 <<
CMD_SHIFT
)
44
#define CMD_FIFO_LOAD (0x04 <<
CMD_SHIFT
)
45
#define CMD_SEQ_FIFO_LOAD (0x05 <<
CMD_SHIFT
)
46
#define CMD_STORE (0x0a <<
CMD_SHIFT
)
47
#define CMD_SEQ_STORE (0x0b <<
CMD_SHIFT
)
48
#define CMD_FIFO_STORE (0x0c <<
CMD_SHIFT
)
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
eprom.c
69
#define
CMD_SHIFT
24
macro
71
#define CMD_READ_DATA(addr) ((0x03 <<
CMD_SHIFT
) | addr)
72
#define CMD_RELEASE_POWERDOWN_NOID ((0xab <<
CMD_SHIFT
))
119
if (end > (1 <<
CMD_SHIFT
))
in read_length()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
eprom.c
28
#define
CMD_SHIFT
24
macro
30
#define CMD_READ_DATA(addr) ((0x03 <<
CMD_SHIFT
) | addr)
31
#define CMD_RELEASE_POWERDOWN_NOID ((0xab <<
CMD_SHIFT
))
78
if (end > (1 <<
CMD_SHIFT
))
in read_length()
/kernel/linux/linux-6.6/drivers/net/ethernet/vertexcom/
H
A
D
mse102x.c
31
#define
CMD_SHIFT
12
macro
32
#define CMD_RTS (0x1 <<
CMD_SHIFT
)
33
#define CMD_CTR (0x2 <<
CMD_SHIFT
)
35
#define CMD_MASK GENMASK(15,
CMD_SHIFT
)
36
#define LEN_MASK GENMASK(
CMD_SHIFT
- 1, 0)
Completed in 12 milliseconds