Searched refs:XHCI_MAXINTRS (Results 1 – 6 of 6) sorted by relevance
14 #define XHCI_MAXINTRS 16 macro
40 DEFINE_PROP_UINT32("intrs", XHCINecState, intrs, XHCI_MAXINTRS),
86 DEFINE_PROP_UINT32("intrs", XHCISysbusState, xhci.numintrs, XHCI_MAXINTRS),
221 XHCIInterrupter intr[XHCI_MAXINTRS];
274 xhci->numintrs = XHCI_MAXINTRS; in qemu_xhci_instance_init()
51 #define LEN_RUNTIME ((XHCI_MAXINTRS + 1) * 0x20)3392 if (xhci->numintrs > XHCI_MAXINTRS) { in usb_xhci_realize()3393 xhci->numintrs = XHCI_MAXINTRS; in usb_xhci_realize()