Lines Matching refs:fwspec
216 struct irq_fwspec *fwspec, in tegra_ictlr_domain_translate() argument
220 if (is_of_node(fwspec->fwnode)) { in tegra_ictlr_domain_translate()
221 if (fwspec->param_count != 3) in tegra_ictlr_domain_translate()
225 if (fwspec->param[0] != 0) in tegra_ictlr_domain_translate()
228 *hwirq = fwspec->param[1]; in tegra_ictlr_domain_translate()
229 *type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK; in tegra_ictlr_domain_translate()
240 struct irq_fwspec *fwspec = data; in tegra_ictlr_domain_alloc() local
246 if (fwspec->param_count != 3) in tegra_ictlr_domain_alloc()
248 if (fwspec->param[0] != GIC_SPI) in tegra_ictlr_domain_alloc()
251 hwirq = fwspec->param[1]; in tegra_ictlr_domain_alloc()
263 parent_fwspec = *fwspec; in tegra_ictlr_domain_alloc()