Searched refs:maxframes (Results 1 – 6 of 6) sorted by relevance
/qemu/hw/usb/ |
H A D | hcd-uhci.h | 74 uint32_t maxframes; member
|
H A D | hcd-uhci.c | 1125 if (frames > s->maxframes) { in uhci_frame_timer() 1126 int skipped = frames - s->maxframes; in uhci_frame_timer() 1256 DEFINE_PROP_UINT32("maxframes", UHCIState, maxframes, 128), 1260 DEFINE_PROP_UINT32("maxframes", UHCIState, maxframes, 128),
|
H A D | hcd-ehci-pci.c | 139 DEFINE_PROP_UINT32("maxframes", EHCIPCIState, ehci.maxframes, 128),
|
H A D | hcd-ehci.h | 270 uint32_t maxframes; member
|
H A D | hcd-ehci.c | 638 uint64_t maxage = FRAME_TIMER_NS * ehci->maxframes * 4; in ehci_queues_rip_unused() 2285 if (uframes > (ehci->maxframes * 8)) { in ehci_work_bh() 2286 skipped_uframes = uframes - (ehci->maxframes * 8); in ehci_work_bh() 2325 } else if (ehci->async_stepdown < ehci->maxframes / 2) { in ehci_work_bh() 2518 if (s->maxframes < 8 || s->maxframes > 512) { in usb_ehci_realize() 2520 s->maxframes); in usb_ehci_realize()
|
H A D | hcd-ehci-sysbus.c | 34 DEFINE_PROP_UINT32("maxframes", EHCISysBusState, ehci.maxframes, 128),
|