Lines Matching defs:vint_id
66 * @vint_id: TISCI vint ID
74 u16 vint_id;
159 val = readq_relaxed(inta->base + vint_desc->vint_id * 0x1000 +
179 u16 vint_id)
188 return vint_id;
195 if (base <= vint_id && vint_id < base + size)
196 return vint_id - base + parent_base;
216 u16 vint_id;
218 vint_id = ti_sci_get_free_resource(inta->vint);
219 if (vint_id == TI_SCI_RESOURCE_NULL)
222 p_hwirq = ti_sci_inta_xlate_irq(inta, vint_id);
235 vint_desc->vint_id = vint_id;
270 ti_sci_release_resource(inta->vint, vint_id);
304 vint_desc->vint_id,
376 ti_sci_release_resource(inta->vint, vint_desc->vint_id);
402 vint_desc->vint_id,
470 inta->base + vint_desc->vint_id * 0x1000 + offset);