Home
last modified time | relevance | path

Searched refs:maxframes (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/usb/
H A Dhcd-uhci.h74 uint32_t maxframes; member
H A Dhcd-uhci.c1125 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 Dhcd-ehci-pci.c139 DEFINE_PROP_UINT32("maxframes", EHCIPCIState, ehci.maxframes, 128),
H A Dhcd-ehci.h270 uint32_t maxframes; member
H A Dhcd-ehci.c638 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 Dhcd-ehci-sysbus.c34 DEFINE_PROP_UINT32("maxframes", EHCISysBusState, ehci.maxframes, 128),