Searched refs:timer_vecs (Results 1 – 2 of 2) sorted by relevance
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()[all …]
286 unsigned int timer_vecs[8]; member