OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iso_td
(Results
1 - 1
of
1
) sorted by null
/external/qemu/hw/
usb-ohci.c
612
struct ohci_iso_td
iso_td
;
local
622
if (!ohci_read_iso_td(ohci, addr, &
iso_td
)) {
623
printf("usb-ohci:
ISO_TD
read error at %x\n", addr);
627
starting_frame = OHCI_BM(
iso_td
.flags, TD_SF);
628
frame_count = OHCI_BM(
iso_td
.flags, TD_FC);
632
printf("---
ISO_TD
ED head 0x%.8x tailp 0x%.8x\n"
640
iso_td
.flags,
iso_td
.bp,
iso_td
.next,
iso_td
.be
[
all
...]
Completed in 94 milliseconds