Home
last modified time | relevance | path

Searched refs:IRQSource (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/ppc/
H A Dopenpic.h67 typedef struct IRQSource { struct
77 } IRQSource; argument
160 IRQSource src[OPENPIC_MAX_IRQ];
/qemu/include/hw/intc/
H A Drx_icu.h34 struct IRQSource { struct
51 struct IRQSource src[NR_IRQS]; argument
/qemu/hw/intc/
H A Dopenpic.c243 IRQSource *src; in IRQ_local_pipe()
328 IRQSource *src; in openpic_update_irq()
392 IRQSource *src; in openpic_set_irq()
448 IRQSource *src = &opp->src[n_IRQ]; in write_IRQreg_idr()
494 IRQSource *src = &opp->src[n_IRQ]; in write_IRQreg_ilr()
970 IRQSource *src; in openpic_cpu_write_internal()
1058 IRQSource *src; in openpic_iack()
1422 VMSTATE_UINT32(ivpr, IRQSource),
1423 VMSTATE_UINT32(idr, IRQSource),
1425 VMSTATE_INT32(last_cpu, IRQSource),
[all …]
H A Drx_icu.c93 struct IRQSource *src; in rxicu_set_irq()