Searched refs:frame_bandwidth (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-uhci-pci.c | 86 s->frame_bandwidth = uhci->frame_bandwidth; in usb_uhci_common_realize_pci() 120 DEFINE_PROP_UINT32("bandwidth", UHCIPCIState, frame_bandwidth, 1280), 125 DEFINE_PROP_UINT32("bandwidth", UHCIPCIState, frame_bandwidth, 1280),
|
H A D | hcd-uhci-sysbus.c | 52 uhci->frame_bandwidth = s->frame_bandwidth; in uhci_sysbus_realize() 77 DEFINE_PROP_UINT32("bandwidth", UHCISysBusState, frame_bandwidth, 1280),
|
H A D | hcd-uhci-sysbus.h | 19 uint32_t frame_bandwidth; member
|
H A D | hcd-uhci-pci.h | 42 uint32_t frame_bandwidth; member
|
H A D | hcd-uhci.h | 64 uint32_t frame_bandwidth; member
|
H A D | hcd-uhci.c | 991 if (!s->completions_only && s->frame_bytes >= s->frame_bandwidth) { in uhci_process_frame()
|