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()
1045 if (hw >= mpic->timer_vecs[0] && hw <= mpic->timer_vecs[7]) { in mpic_host_map()
1145 if (intspec[0] >= ARRAY_SIZE(mpic->timer_vecs)) in mpic_host_xlate()
1148 *out_hwirq = mpic->timer_vecs[intspec[0]]; in mpic_host_xlate()
1323 mpic->timer_vecs[0] = intvec_top - 12; in mpic_alloc()
1324 mpic->timer_vecs[1] = intvec_top - 11; in mpic_alloc()
1325 mpic->timer_vecs[2] = intvec_top - 10; in mpic_alloc()
1326 mpic->timer_vecs[3] = intvec_top - 9; in mpic_alloc()
1327 mpic->timer_vecs[4] = intvec_top - 8; in mpic_alloc()
1328 mpic->timer_vecs[5] = intvec_top - 7; in mpic_alloc()
1329 mpic->timer_vecs[6] = intvec_top - 6; in mpic_alloc()
1330 mpic->timer_vecs[7] = intvec_top - 5; in mpic_alloc()
1600 (mpic->timer_vecs[0] + i)); in mpic_init()
1695 reg = mpic_tm_read(src - mpic->timer_vecs[0]) & in mpic_irq_set_priority()
1697 mpic_tm_write(src - mpic->timer_vecs[0], in mpic_irq_set_priority()