Lines Matching refs:vint_id
66 * @vint_id: TISCI vint ID
74 u16 vint_id;
159 val = readq_relaxed(inta->base + vint_desc->vint_id * 0x1000 +
171 * @vint_id: Hardware irq corresponding to the above irq domain
176 u16 vint_id)
185 return vint_id;
192 if (base <= vint_id && vint_id < base + size)
193 return vint_id - base + parent_base;
213 u16 vint_id;
215 vint_id = ti_sci_get_free_resource(inta->vint);
216 if (vint_id == TI_SCI_RESOURCE_NULL)
219 p_hwirq = ti_sci_inta_xlate_irq(inta, vint_id);
232 vint_desc->vint_id = vint_id;
267 ti_sci_release_resource(inta->vint, vint_id);
301 vint_desc->vint_id,
373 ti_sci_release_resource(inta->vint, vint_desc->vint_id);
399 vint_desc->vint_id,
467 inta->base + vint_desc->vint_id * 0x1000 + offset);