Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h188 uint32_t numports_2; member
H A Dhcd-xhci.c2743 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()
3322 if (xhci->numports_2 > XHCI_MAXPORTS_2) { in usb_xhci_init()
3323 xhci->numports_2 = XHCI_MAXPORTS_2; 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()
3335 if (i < xhci->numports_2) { in usb_xhci_init()
3611 DEFINE_PROP_UINT32("p2", XHCIState, numports_2, 4),