Lines Matching defs:hwirq
71 /* MPM pin map to GIC hwirq */
74 irq_hw_number_t hwirq;
111 int pin = d->hwirq;
158 int pin = d->hwirq;
247 parent_fwspec.param[1] = map->hwirq;
308 static bool gic_hwirq_is_mapped(struct mpm_gic_map *maps, int cnt, u32 hwirq)
313 if (maps[i].hwirq == hwirq)
360 u32 pin, hwirq;
363 of_property_read_u32_index(np, "qcom,mpm-pin-map", i * 2 + 1, &hwirq);
365 if (gic_hwirq_is_mapped(priv->maps, i, hwirq)) {
366 dev_warn(dev, "failed to map pin %d as GIC hwirq %d is already mapped\n",
367 pin, hwirq);
372 priv->maps[i].hwirq = hwirq;