Home
last modified time | relevance | path

Searched refs:XHCI_MAXINTRS (Results 1 – 6 of 6) sorted by relevance

/qemu/include/hw/usb/
H A Dxhci.h14 #define XHCI_MAXINTRS 16 macro
/qemu/hw/usb/
H A Dhcd-xhci-nec.c48 DEFINE_PROP_UINT32("intrs", XHCINecState, intrs, XHCI_MAXINTRS),
H A Dhcd-xhci-sysbus.c86 DEFINE_PROP_UINT32("intrs", XHCISysbusState, xhci.numintrs, XHCI_MAXINTRS),
H A Dhcd-xhci.h218 XHCIInterrupter intr[XHCI_MAXINTRS];
H A Dhcd-xhci-pci.c244 xhci->numintrs = XHCI_MAXINTRS; in qemu_xhci_instance_init()
H A Dhcd-xhci.c51 #define LEN_RUNTIME ((XHCI_MAXINTRS + 1) * 0x20)
3393 if (xhci->numintrs > XHCI_MAXINTRS) { in usb_xhci_realize()
3394 xhci->numintrs = XHCI_MAXINTRS; in usb_xhci_realize()