Lines Matching refs:fwspec
225 struct irq_fwspec *fwspec, in tegra_ictlr_domain_translate() argument
229 if (is_of_node(fwspec->fwnode)) { in tegra_ictlr_domain_translate()
230 if (fwspec->param_count != 3) in tegra_ictlr_domain_translate()
234 if (fwspec->param[0] != 0) in tegra_ictlr_domain_translate()
237 *hwirq = fwspec->param[1]; in tegra_ictlr_domain_translate()
238 *type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK; in tegra_ictlr_domain_translate()
249 struct irq_fwspec *fwspec = data; in tegra_ictlr_domain_alloc() local
255 if (fwspec->param_count != 3) in tegra_ictlr_domain_alloc()
257 if (fwspec->param[0] != GIC_SPI) in tegra_ictlr_domain_alloc()
260 hwirq = fwspec->param[1]; in tegra_ictlr_domain_alloc()
272 parent_fwspec = *fwspec; in tegra_ictlr_domain_alloc()