Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dopenpic.c66 #define OPENPIC_FLAG_ILR (2 << 0) macro
434 if (opp->flags & OPENPIC_FLAG_ILR) { in read_IRQreg_ilr()
493 if (opp->flags & OPENPIC_FLAG_ILR) { in write_IRQreg_ilr()
1562 opp->flags |= OPENPIC_FLAG_ILR; in openpic_realize()
/openbmc/linux/arch/powerpc/kvm/
H A Dmpic.c48 #define OPENPIC_FLAG_ILR (2 << 0) macro
568 if (opp->flags & OPENPIC_FLAG_ILR) in read_IRQreg_ilr()
627 if (opp->flags & OPENPIC_FLAG_ILR) { in write_IRQreg_ilr()
1694 opp->flags |= OPENPIC_FLAG_ILR; in mpic_create()