Searched refs:ipi_vecs (Results 1 – 2 of 2) sorted by relevance
626 return (src >= mpic->ipi_vecs[0] && src <= mpic->ipi_vecs[3]); in mpic_is_ipi()788 unsigned int src = mpic_irq_to_hw(d->irq) - mpic->ipi_vecs[0]; in mpic_unmask_ipi()977 else if (hw >= mpic->ipi_vecs[0]) { in mpic_host_map()1126 mpic->ipi_vecs[0] = intvec_top - 4; in mpic_alloc()1127 mpic->ipi_vecs[1] = intvec_top - 3; in mpic_alloc()1128 mpic->ipi_vecs[2] = intvec_top - 2; in mpic_alloc()1129 mpic->ipi_vecs[3] = intvec_top - 1; in mpic_alloc()1344 (mpic->ipi_vecs[0] + i)); in mpic_init()1439 reg = mpic_ipi_read(src - mpic->ipi_vecs[0]) & in mpic_irq_set_priority()1441 mpic_ipi_write(src - mpic->ipi_vecs[0], in mpic_irq_set_priority()[all …]
283 unsigned int ipi_vecs[4]; member