Lines Matching refs:numintrs
647 if (xhci->numintrs == 1 || in xhci_event()
652 if (v >= xhci->numintrs) { in xhci_event()
653 DPRINTF("intr nr out of range (%d >= %d)\n", v, xhci->numintrs); in xhci_event()
2720 for (i = 0; i < xhci->numintrs; i++) { in xhci_reset()
2750 | (xhci->numintrs<<8) | xhci->numslots; in xhci_cap_read()
3392 if (xhci->numintrs > XHCI_MAXINTRS) { in usb_xhci_realize()
3393 xhci->numintrs = XHCI_MAXINTRS; in usb_xhci_realize()
3395 while (xhci->numintrs & (xhci->numintrs - 1)) { /* ! power of 2 */ in usb_xhci_realize()
3396 xhci->numintrs++; in usb_xhci_realize()
3398 if (xhci->numintrs < 1) { in usb_xhci_realize()
3399 xhci->numintrs = 1; in usb_xhci_realize()
3611 VMSTATE_STRUCT_VARRAY_UINT32(intr, XHCIState, numintrs, 1,