Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-uhci-pci.c86 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 Dhcd-uhci-sysbus.c52 uhci->frame_bandwidth = s->frame_bandwidth; in uhci_sysbus_realize()
77 DEFINE_PROP_UINT32("bandwidth", UHCISysBusState, frame_bandwidth, 1280),
H A Dhcd-uhci-sysbus.h19 uint32_t frame_bandwidth; member
H A Dhcd-uhci-pci.h42 uint32_t frame_bandwidth; member
H A Dhcd-uhci.h64 uint32_t frame_bandwidth; member
H A Dhcd-uhci.c991 if (!s->completions_only && s->frame_bytes >= s->frame_bandwidth) { in uhci_process_frame()