Searched refs:sourcecfg (Results 1 – 1 of 1) sorted by relevance
36 void __iomem *sourcecfg; in aplic_irq_set_type() local 59 sourcecfg = priv->regs + APLIC_SOURCECFG_BASE; in aplic_irq_set_type() 60 sourcecfg += (d->hwirq - 1) * sizeof(u32); in aplic_irq_set_type() 61 writel(val, sourcecfg); in aplic_irq_set_type()