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:log2_element_size
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/char/xillybus/
H
A
D
xillybus_core.c
502
channel->
log2_element_size
= 0;
in xilly_setupchannels()
531
channel->
log2_element_size
= ((format > 2) ?
in xilly_setupchannels()
535
(1 << channel->
log2_element_size
);
in xilly_setupchannels()
727
+ 1) << channel->
log2_element_size
)
in xillybus_read()
852
channel->
log2_element_size
;
in xillybus_read()
854
channel->
log2_element_size
;
in xillybus_read()
1047
channel->
log2_element_size
;
in xillybus_myflush()
1050
(end_offset_plus1 << channel->
log2_element_size
);
in xillybus_myflush()
1055
(end_offset_plus1 << channel->
log2_element_size
);
in xillybus_myflush()
1243
((bufpos >> channel->
log2_element_size
)
in xillybus_write()
[all...]
H
A
D
xillybus.h
47
int
log2_element_size
;
member
H
A
D
xillyusb.c
1791
unsigned int
log2_element_size
= chan->readable ?
in xillyusb_llseek()
local
1820
if (pos & ((1 <<
log2_element_size
) - 1)) {
in xillyusb_llseek()
1827
pos >>
log2_element_size
);
in xillyusb_llseek()
/kernel/linux/linux-5.10/drivers/char/xillybus/
H
A
D
xillybus_core.c
477
channel->
log2_element_size
= 0;
in xilly_setupchannels()
506
channel->
log2_element_size
= ((format > 2) ?
in xilly_setupchannels()
510
(1 << channel->
log2_element_size
);
in xilly_setupchannels()
703
+ 1) << channel->
log2_element_size
)
in xillybus_read()
830
channel->
log2_element_size
;
in xillybus_read()
832
channel->
log2_element_size
;
in xillybus_read()
1025
channel->
log2_element_size
;
in xillybus_myflush()
1028
(end_offset_plus1 << channel->
log2_element_size
);
in xillybus_myflush()
1033
(end_offset_plus1 << channel->
log2_element_size
);
in xillybus_myflush()
1222
((bufpos >> channel->
log2_element_size
)
in xillybus_write()
[all...]
H
A
D
xillybus.h
46
int
log2_element_size
;
member
Completed in 7 milliseconds