Lines Matching refs:timer_vecs
620 return (src >= mpic->timer_vecs[0] && src <= mpic->timer_vecs[7]); in mpic_is_tm()
808 unsigned int src = virq_to_hw(d->irq) - mpic->timer_vecs[0]; in mpic_unmask_tm()
818 unsigned int src = virq_to_hw(d->irq) - mpic->timer_vecs[0]; in mpic_mask_tm()
1028 if (hw >= mpic->timer_vecs[0] && hw <= mpic->timer_vecs[7]) { in mpic_host_map()
1127 if (intspec[0] >= ARRAY_SIZE(mpic->timer_vecs)) in mpic_host_xlate()
1130 *out_hwirq = mpic->timer_vecs[intspec[0]]; in mpic_host_xlate()
1308 mpic->timer_vecs[0] = intvec_top - 12; in mpic_alloc()
1309 mpic->timer_vecs[1] = intvec_top - 11; in mpic_alloc()
1310 mpic->timer_vecs[2] = intvec_top - 10; in mpic_alloc()
1311 mpic->timer_vecs[3] = intvec_top - 9; in mpic_alloc()
1312 mpic->timer_vecs[4] = intvec_top - 8; in mpic_alloc()
1313 mpic->timer_vecs[5] = intvec_top - 7; in mpic_alloc()
1314 mpic->timer_vecs[6] = intvec_top - 6; in mpic_alloc()
1315 mpic->timer_vecs[7] = intvec_top - 5; in mpic_alloc()
1585 (mpic->timer_vecs[0] + i)); in mpic_init()
1681 reg = mpic_tm_read(src - mpic->timer_vecs[0]) & in mpic_irq_set_priority()
1683 mpic_tm_write(src - mpic->timer_vecs[0], in mpic_irq_set_priority()