Searched refs:IVPR_PRIORITY (Results 1 – 2 of 2) sorted by relevance
218 irq, IVPR_PRIORITY(opp->src[irq].ivpr), priority); in IRQ_check()220 if (IVPR_PRIORITY(opp->src[irq].ivpr) > priority) { in IRQ_check()222 priority = IVPR_PRIORITY(opp->src[irq].ivpr); in IRQ_check()278 priority = IVPR_PRIORITY(src->ivpr); in IRQ_local_pipe()1037 IVPR_PRIORITY(src->ivpr) > dst->servicing.priority) { in openpic_cpu_write_internal()1074 !(IVPR_PRIORITY(src->ivpr) > dst->ctpr)) { in openpic_iack()
91 #define IVPR_PRIORITY(_ivprr_) ((int)(((_ivprr_) & IVPR_PRIORITY_MASK) >> 16)) macro