Home
last modified time | relevance | path

Searched refs:portnr (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/usb/
H A Dhcd-ehci-sysbus.c68 s->portnr = sec->portnr; in ehci_sysbus_init()
89 sec->portnr = EHCI_PORTS; in ehci_sysbus_class_init()
136 sec->portnr = 1; in ehci_npcm7xx_class_init()
184 hwaddr off = s->opregbase + s->portscbase + 4 * s->portnr + addr; in fusbh200_ehci_read()
219 s->opregbase + s->portscbase + 4 * s->portnr, in fusbh200_ehci_init()
231 sec->portnr = 1; in fusbh200_ehci_class_init()
H A Dhcd-ehci.h267 uint16_t portnr; member
369 uint16_t portnr; member
H A Dchipidea.c158 sec->portnr = 1; in chipidea_class_init()
H A Dbus.c369 void usb_port_location(USBPort *downstream, USBPort *upstream, int portnr) in usb_port_location() argument
373 upstream->path, portnr); in usb_port_location()
378 snprintf(downstream->path, sizeof(downstream->path), "%d", portnr); in usb_port_location()
H A Dhcd-xhci.h126 uint32_t portnr; member
H A Dhcd-xhci.c2618 port->portnr << 24 }; in xhci_port_notify()
2623 trace_usb_xhci_port_notify(port->portnr, bits); in xhci_port_notify()
2660 trace_usb_xhci_port_link(port->portnr, pls); in xhci_port_update()
2666 trace_usb_xhci_port_reset(port->portnr, warm_reset); in xhci_port_reset()
2684 trace_usb_xhci_port_link(port->portnr, PLS_U0); in xhci_port_reset()
2831 trace_usb_xhci_port_read(port->portnr, reg, ret); in xhci_port_read()
2841 trace_usb_xhci_port_write(port->portnr, reg, val); in xhci_port_write()
2868 trace_usb_xhci_port_link(port->portnr, new_pls); in xhci_port_write()
2875 trace_usb_xhci_port_link(port->portnr, new_pls); in xhci_port_write()
3362 port->portnr = i + 1 + xhci->numports_3; in usb_xhci_init()
[all …]
H A Dhcd-ehci-pci.c86 s->portnr = EHCI_PORTS; in usb_ehci_pci_init()
H A Dhcd-ehci.c2513 if (s->portnr > EHCI_PORTS) { in usb_ehci_realize()
2531 for (i = 0; i < s->portnr; i++) { in usb_ehci_realize()
2578 s->caps[0x04] = s->portnr; /* Number of downstream ports */ in usb_ehci_init()
2596 "ports", 4 * s->portnr); in usb_ehci_init()
/qemu/include/hw/
H A Dusb.h510 void usb_port_location(USBPort *downstream, USBPort *upstream, int portnr);