Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h189 uint32_t numports_3; member
H A Dhcd-xhci.c544 index = uport->index + xhci->numports_3; in xhci_lookup_port()
2743 ret = ((xhci->numports_2+xhci->numports_3)<<24) in xhci_cap_read()
2774 ret = (xhci->numports_2 << 8) | (xhci->numports_3 + 1); in xhci_cap_read()
2786 ret = (xhci->numports_3 << 8) | 1; in xhci_cap_read()
3325 if (xhci->numports_3 > XHCI_MAXPORTS_3) { in usb_xhci_init()
3326 xhci->numports_3 = XHCI_MAXPORTS_3; in usb_xhci_init()
3328 usbports = MAX(xhci->numports_2, xhci->numports_3); in usb_xhci_init()
3329 xhci->numports = xhci->numports_2 + xhci->numports_3; in usb_xhci_init()
3336 port = &xhci->ports[i + xhci->numports_3]; in usb_xhci_init()
3337 port->portnr = i + 1 + xhci->numports_3; in usb_xhci_init()
[all …]