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:dwTrb2
(Results
1 - 2
of
2
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
132
DPRINTFN(5, "
dwTrb2
= 0x%08x\n", le32toh(trb->
dwTrb2
));
in xhci_dump_trb()
842
td->td_trb[0].
dwTrb2
= td_last->td_trb[td_last->ntrb].
dwTrb2
;
in xhci_skip_transfer()
872
temp = le32toh(trb->
dwTrb2
);
in xhci_check_transfer()
946
temp = le32toh(td->td_trb[i].
dwTrb2
);
in xhci_check_transfer()
1028
sc->sc_cmd_result[0] = trb->
dwTrb2
;
in xhci_check_command()
1074
(long)le32toh(phwr->hwr_events[i].
dwTrb2
),
in xhci_interrupt_poll()
1154
(long)le32toh(trb->
dwTrb2
),
in xhci_do_command()
1158
phwr->hwr_commands[i].
dwTrb2
in xhci_do_command()
[all...]
H
A
D
xhci.h
206
volatile uint32_t
dwTrb2
;
member
Completed in 8 milliseconds