Home
last modified time | relevance | path

Searched refs:MAXINTRS (Results 1 – 18 of 18) sorted by relevance

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/usb/
H A Dhcd-xhci.h34 #define MAXINTRS 16 macro
221 XHCIInterrupter intr[MAXINTRS];
H A Dhcd-xhci-nec.c36 DEFINE_PROP_UINT32("intrs", XHCIState, numintrs, MAXINTRS),
H A Dhcd-xhci.c51 #define LEN_RUNTIME ((MAXINTRS + 1) * 0x20)
3355 if (xhci->numintrs > MAXINTRS) { in usb_xhci_realize()
3356 xhci->numintrs = MAXINTRS; in usb_xhci_realize()
3707 xhci->numintrs = MAXINTRS; in qemu_xhci_instance_init()
/dports/emulators/qemu42/qemu-4.2.1/hw/usb/
H A Dhcd-xhci.h37 #define MAXINTRS 16 macro
225 XHCIInterrupter intr[MAXINTRS];
H A Dhcd-xhci-nec.c37 DEFINE_PROP_UINT32("intrs", XHCIState, numintrs, MAXINTRS),
H A Dhcd-xhci.c54 #define LEN_RUNTIME ((MAXINTRS + 1) * 0x20)
3385 if (xhci->numintrs > MAXINTRS) { in usb_xhci_realize()
3386 xhci->numintrs = MAXINTRS; in usb_xhci_realize()
3737 xhci->numintrs = MAXINTRS; in qemu_xhci_instance_init()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/usb/
H A Dhcd-xhci.h37 #define MAXINTRS 16 macro
225 XHCIInterrupter intr[MAXINTRS];
H A Dhcd-xhci-nec.c37 DEFINE_PROP_UINT32("intrs", XHCIState, numintrs, MAXINTRS),
H A Dhcd-xhci.c54 #define LEN_RUNTIME ((MAXINTRS + 1) * 0x20)
3385 if (xhci->numintrs > MAXINTRS) { in usb_xhci_realize()
3386 xhci->numintrs = MAXINTRS; in usb_xhci_realize()
3737 xhci->numintrs = MAXINTRS; in qemu_xhci_instance_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/usb/
H A Dhcd-xhci.h37 #define MAXINTRS 16 macro
225 XHCIInterrupter intr[MAXINTRS];
H A Dhcd-xhci-nec.c37 DEFINE_PROP_UINT32("intrs", XHCIState, numintrs, MAXINTRS),
H A Dhcd-xhci.c54 #define LEN_RUNTIME ((MAXINTRS + 1) * 0x20)
3395 if (xhci->numintrs > MAXINTRS) { in usb_xhci_realize()
3396 xhci->numintrs = MAXINTRS; in usb_xhci_realize()
3747 xhci->numintrs = MAXINTRS; in qemu_xhci_instance_init()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/usb/
H A Dhcd-xhci.h37 #define MAXINTRS 16 macro
225 XHCIInterrupter intr[MAXINTRS];
H A Dhcd-xhci-nec.c37 DEFINE_PROP_UINT32("intrs", XHCIState, numintrs, MAXINTRS),
H A Dhcd-xhci.c54 #define LEN_RUNTIME ((MAXINTRS + 1) * 0x20)
3395 if (xhci->numintrs > MAXINTRS) { in usb_xhci_realize()
3396 xhci->numintrs = MAXINTRS; in usb_xhci_realize()
3747 xhci->numintrs = MAXINTRS; in qemu_xhci_instance_init()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dconst.h765 #define MAXINTRS 2 macro
H A Draster.c311 Pixmap intrPixmap[MAXINTRS];
1232 for (i = 0; i < MAXINTRS; i++) { in CleanUpRasters()
H A Ddrawing.c289 if (++intrIndex == MAXINTRS) intrIndex = 0; in RedrawInterrupt()