Lines Matching refs:numports_3
544 index = uport->index + xhci->numports_3; in xhci_lookup_port()
2749 ret = ((xhci->numports_2+xhci->numports_3)<<24) in xhci_cap_read()
2780 ret = (xhci->numports_2 << 8) | (xhci->numports_3 + 1); in xhci_cap_read()
2792 ret = (xhci->numports_3 << 8) | 1; in xhci_cap_read()
3350 if (xhci->numports_3 > XHCI_MAXPORTS_3) { in usb_xhci_init()
3351 xhci->numports_3 = XHCI_MAXPORTS_3; in usb_xhci_init()
3353 usbports = MAX(xhci->numports_2, xhci->numports_3); in usb_xhci_init()
3354 xhci->numports = xhci->numports_2 + xhci->numports_3; in usb_xhci_init()
3361 port = &xhci->ports[i + xhci->numports_3]; in usb_xhci_init()
3362 port->portnr = i + 1 + xhci->numports_3; in usb_xhci_init()
3372 if (i < xhci->numports_3) { in usb_xhci_init()
3637 DEFINE_PROP_UINT32("p3", XHCIState, numports_3, 4),