Searched refs:portnr (Results 1 – 9 of 9) sorted by relevance
/qemu/hw/usb/ |
H A D | hcd-ehci-sysbus.c | 68 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 D | hcd-ehci.h | 267 uint16_t portnr; member 369 uint16_t portnr; member
|
H A D | chipidea.c | 158 sec->portnr = 1; in chipidea_class_init()
|
H A D | bus.c | 369 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 D | hcd-xhci.h | 126 uint32_t portnr; member
|
H A D | hcd-xhci.c | 2618 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 D | hcd-ehci-pci.c | 86 s->portnr = EHCI_PORTS; in usb_ehci_pci_init()
|
H A D | hcd-ehci.c | 2513 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 D | usb.h | 510 void usb_port_location(USBPort *downstream, USBPort *upstream, int portnr);
|