Searched refs:UHCIPCIState (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-uhci-pci.c | 52 VMSTATE_PCI_DEVICE(dev, UHCIPCIState), 60 UHCIPCIState *pstate = container_of(uhci, UHCIPCIState, state); in uhci_pci_reset() 73 UHCIPCIState *uhci = UHCI_PCI(dev); in usb_uhci_common_realize_pci() 102 UHCIPCIState *uhci = UHCI_PCI(d); in uhci_pci_reset_pci() 109 UHCIPCIState *uhci = UHCI_PCI(dev); in usb_uhci_pci_exit() 118 DEFINE_PROP_STRING("masterbus", UHCIPCIState, masterbus), 119 DEFINE_PROP_UINT32("firstport", UHCIPCIState, firstport, 0), 120 DEFINE_PROP_UINT32("bandwidth", UHCIPCIState, frame_bandwidth, 1280), 121 DEFINE_PROP_UINT32("maxframes", UHCIPCIState, maxframes, 128), 126 DEFINE_PROP_UINT32("maxframes", UHCIPCIState, maxframes, 128), [all …]
|
H A D | hcd-uhci-pci.h | 35 struct UHCIPCIState { struct 47 OBJECT_DECLARE_TYPE(UHCIPCIState, UHCIPCIDeviceClass, UHCI_PCI) argument
|
H A D | vt82c686-uhci-pci.c | 8 UHCIPCIState *s = opaque; in uhci_isa_set_irq() 14 UHCIPCIState *s = UHCI_PCI(dev); in usb_uhci_vt82c686b_realize()
|
/openbmc/qemu/include/hw/southbridge/ |
H A D | piix.h | 60 UHCIPCIState uhci;
|
/openbmc/qemu/hw/isa/ |
H A D | vt82c686.c | 603 UHCIPCIState uhci[2];
|