Home
last modified time | relevance | path

Searched refs:IVPR_POLARITY_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dopenpic.h86 #define IVPR_POLARITY_MASK (1U << IVPR_POLARITY_SHIFT) macro
/openbmc/linux/arch/powerpc/kvm/
H A Dmpic.c165 #define IVPR_POLARITY_MASK (1 << IVPR_POLARITY_SHIFT) macro
535 opp->src[i].ivpr |= IVPR_POLARITY_MASK; in openpic_reset()
647 IVPR_POLARITY_MASK | opp->vector_mask; in write_IRQreg_ivpr()
668 opp->src[n_IRQ].ivpr &= ~(IVPR_POLARITY_MASK | IVPR_SENSE_MASK); in write_IRQreg_ivpr()
/openbmc/qemu/hw/intc/
H A Dopenpic.c513 IVPR_POLARITY_MASK | opp->vector_mask; in write_IRQreg_ivpr()
534 opp->src[n_IRQ].ivpr &= ~(IVPR_POLARITY_MASK | IVPR_SENSE_MASK); in write_IRQreg_ivpr()
1277 opp->src[i].ivpr |= IVPR_POLARITY_MASK; in openpic_reset()