/openbmc/qemu/docs/config/ |
H A D | ich9-ehci-uhci.cfg | 23 firstport = "0" 30 firstport = "2" 37 firstport = "4"
|
H A D | q35-emulated.cfg | 181 firstport = "0" 189 firstport = "2" 197 firstport = "4" 217 firstport = "0" 225 firstport = "2" 233 firstport = "4"
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ohci-pci.c | 45 uint32_t firstport; member 71 ohci->masterbus, ohci->firstport, in usb_ohci_realize_pci() 115 DEFINE_PROP_UINT32("firstport", OHCIPCIState, firstport, 0),
|
H A D | hcd-ohci-sysbus.c | 42 s->masterbus, s->firstport, in ohci_sysbus_realize() 63 DEFINE_PROP_UINT32("firstport", OHCISysBusState, firstport, 0),
|
H A D | hcd-uhci-sysbus.c | 50 uhci->firstport = s->firstport; in uhci_sysbus_realize() 76 DEFINE_PROP_UINT32("firstport", UHCISysBusState, firstport, 0),
|
H A D | hcd-ohci.h | 109 uint32_t firstport; member 117 uint32_t firstport, AddressSpace *as,
|
H A D | hcd-uhci-pci.c | 84 s->firstport = uhci->firstport; in usb_uhci_common_realize_pci() 119 DEFINE_PROP_UINT32("firstport", UHCIPCIState, firstport, 0),
|
H A D | hcd-uhci-sysbus.h | 18 uint32_t firstport; member
|
H A D | hcd-uhci-pci.h | 41 uint32_t firstport; member
|
H A D | hcd-uhci.h | 77 uint32_t firstport; member
|
H A D | hcd-ehci.c | 780 uint32_t portcount, uint32_t firstport, in ehci_register_companion() argument 786 if (firstport + portcount > EHCI_PORTS) { in ehci_register_companion() 793 if (s->companion_ports[firstport + i]) { in ehci_register_companion() 796 firstport, firstport, firstport + portcount - 1, in ehci_register_companion() 797 firstport + i); in ehci_register_companion() 803 s->companion_ports[firstport + i] = ports[i]; in ehci_register_companion() 804 s->ports[firstport + i].speedmask |= in ehci_register_companion() 807 s->portsc[firstport + i] = PORTSC_POWNER; in ehci_register_companion()
|
H A D | bus.c | 339 uint32_t portcount, uint32_t firstport, in usb_register_companion() argument 367 bus->ops->register_companion(bus, ports, portcount, firstport, errp); in usb_register_companion()
|
H A D | hcd-ohci.c | 1885 uint32_t firstport, AddressSpace *as, in usb_ohci_init() argument 1922 firstport, ohci, &ohci_port_ops, in usb_ohci_init()
|
H A D | hcd-uhci.c | 1195 s->firstport, s, &uhci_port_ops, in usb_uhci_init()
|
/openbmc/qemu/include/hw/ |
H A D | usb.h | 493 uint32_t portcount, uint32_t firstport, 507 uint32_t portcount, uint32_t firstport,
|
/openbmc/qemu/docs/system/devices/ |
H A D | usb.rst | 76 and ``firstport`` properties. ``masterbus`` specifies the bus name the 77 controller should attach to. ``firstport`` specifies the first port the
|