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:dwTrb3
(Results
1 - 2
of
2
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
133
DPRINTFN(5, "
dwTrb3
= 0x%08x\n", le32toh(trb->
dwTrb3
));
in xhci_dump_trb()
814
if (!(td->td_trb[0].
dwTrb3
& htole32(XHCI_TRB_3_CYCLE_BIT))) {
in xhci_activate_transfer()
816
td->td_trb[0].
dwTrb3
|= htole32(XHCI_TRB_3_CYCLE_BIT);
in xhci_activate_transfer()
836
if (!(td->td_trb[0].
dwTrb3
& htole32(XHCI_TRB_3_CYCLE_BIT))) {
in xhci_skip_transfer()
845
td->td_trb[0].
dwTrb3
= td_last->td_trb[td_last->ntrb].
dwTrb3
;
in xhci_skip_transfer()
877
temp = le32toh(trb->
dwTrb3
);
in xhci_check_transfer()
1029
sc->sc_cmd_result[1] = trb->
dwTrb3
;
in xhci_check_command()
1063
temp = le32toh(phwr->hwr_events[i].
dwTrb3
);
in xhci_interrupt_poll()
[all...]
H
A
D
xhci.h
220
volatile uint32_t
dwTrb3
;
member
Completed in 5 milliseconds