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:branch_address
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/
H
A
D
ohci.c
68
__le32
branch_address
;
member
707
d->
branch_address
&= cpu_to_le32(~0xf);
in ar_context_link_page()
711
wmb(); /* finish init of new descriptors before
branch_address
update */
in ar_context_link_page()
713
d->
branch_address
|= cpu_to_le32(1);
in ar_context_link_page()
1055
d->
branch_address
= cpu_to_le32(ctx->descriptors_bus +
in ar_context_init()
1104
while (last->
branch_address
!= 0) {
in context_tasklet()
1106
address = le32_to_cpu(last->
branch_address
);
in context_tasklet()
1256
le32_to_cpu(ctx->last->
branch_address
));
in context_run()
1274
wmb(); /* finish init of new descriptors before
branch_address
update */
in context_append()
1277
d_branch->
branch_address
in context_append()
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H
A
D
ohci.c
68
__le32
branch_address
;
member
707
d->
branch_address
&= cpu_to_le32(~0xf);
in ar_context_link_page()
711
wmb(); /* finish init of new descriptors before
branch_address
update */
in ar_context_link_page()
713
d->
branch_address
|= cpu_to_le32(1);
in ar_context_link_page()
1058
d->
branch_address
= cpu_to_le32(ctx->descriptors_bus +
in ar_context_init()
1107
while (last->
branch_address
!= 0) {
in context_tasklet()
1109
address = le32_to_cpu(last->
branch_address
);
in context_tasklet()
1258
le32_to_cpu(ctx->last->
branch_address
));
in context_run()
1276
wmb(); /* finish init of new descriptors before
branch_address
update */
in context_append()
1279
d_branch->
branch_address
in context_append()
[all...]
Completed in 8 milliseconds