Home
last modified time | relevance | path

Searched refs:firstport (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/docs/config/
H A Dich9-ehci-uhci.cfg23 firstport = "0"
30 firstport = "2"
37 firstport = "4"
H A Dq35-emulated.cfg181 firstport = "0"
189 firstport = "2"
197 firstport = "4"
217 firstport = "0"
225 firstport = "2"
233 firstport = "4"
/openbmc/qemu/hw/usb/
H A Dhcd-ohci-pci.c45 uint32_t firstport; member
71 ohci->masterbus, ohci->firstport, in usb_ohci_realize_pci()
115 DEFINE_PROP_UINT32("firstport", OHCIPCIState, firstport, 0),
H A Dhcd-ohci-sysbus.c42 s->masterbus, s->firstport, in ohci_sysbus_realize()
63 DEFINE_PROP_UINT32("firstport", OHCISysBusState, firstport, 0),
H A Dhcd-uhci-sysbus.c50 uhci->firstport = s->firstport; in uhci_sysbus_realize()
76 DEFINE_PROP_UINT32("firstport", UHCISysBusState, firstport, 0),
H A Dhcd-ohci.h109 uint32_t firstport; member
117 uint32_t firstport, AddressSpace *as,
H A Dhcd-uhci-pci.c84 s->firstport = uhci->firstport; in usb_uhci_common_realize_pci()
119 DEFINE_PROP_UINT32("firstport", UHCIPCIState, firstport, 0),
H A Dhcd-uhci-sysbus.h18 uint32_t firstport; member
H A Dhcd-uhci-pci.h41 uint32_t firstport; member
H A Dhcd-uhci.h77 uint32_t firstport; member
H A Dhcd-ehci.c780 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 Dbus.c339 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 Dhcd-ohci.c1885 uint32_t firstport, AddressSpace *as, in usb_ohci_init() argument
1922 firstport, ohci, &ohci_port_ops, in usb_ohci_init()
H A Dhcd-uhci.c1195 s->firstport, s, &uhci_port_ops, in usb_uhci_init()
/openbmc/qemu/include/hw/
H A Dusb.h493 uint32_t portcount, uint32_t firstport,
507 uint32_t portcount, uint32_t firstport,
/openbmc/qemu/docs/system/devices/
H A Dusb.rst76 and ``firstport`` properties. ``masterbus`` specifies the bus name the
77 controller should attach to. ``firstport`` specifies the first port the