Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/core/
H A Dsplit-irq.h43 #define MAX_SPLIT_LINES 16 macro
51 qemu_irq out_irq[MAX_SPLIT_LINES];
/openbmc/qemu/hw/core/
H A Dsplit-irq.c52 if (s->num_lines < 1 || s->num_lines >= MAX_SPLIT_LINES) { in split_irq_realize()
55 s->num_lines, MAX_SPLIT_LINES); in split_irq_realize()