Home
last modified time | relevance | path

Searched refs:frame_bytes (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/usb/
H A Dhcd-uhci.h59 uint32_t frame_bytes; member
H A Dhcd-uhci.c988 if (!s->completions_only && s->frame_bytes >= s->frame_bandwidth) { in uhci_process_frame()
1066 s->frame_bytes += (td.ctrl & 0x7ff) + 1; in uhci_process_frame()
1136 s->frame_bytes = 0; in uhci_frame_timer()