Home
last modified time | relevance | path

Searched refs:numports_2 (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/usb/
H A Dhcd-xhci.c554 index = uport->index + xhci->numports_2; in xhci_lookup_port()
2751 ret = ((xhci->numports_2+xhci->numports_3)<<24) in xhci_cap_read()
2785 ret = (xhci->numports_2<<8) | 1; in xhci_cap_read()
3338 if (xhci->numports_2 > XHCI_MAXPORTS_2) { in usb_xhci_init()
3339 xhci->numports_2 = XHCI_MAXPORTS_2; in usb_xhci_init()
3344 usbports = MAX(xhci->numports_2, xhci->numports_3); in usb_xhci_init()
3345 xhci->numports = xhci->numports_2 + xhci->numports_3; in usb_xhci_init()
3351 if (i < xhci->numports_2) { in usb_xhci_init()
3373 port = &xhci->ports[i + xhci->numports_2]; in usb_xhci_init()
3374 port->portnr = i + 1 + xhci->numports_2; in usb_xhci_init()
[all …]
H A Dhcd-xhci.h190 uint32_t numports_2; member