Lines Matching defs:aic_irqc
315 static struct aic_irq_chip *aic_irqc;
367 struct aic_irq_chip *ic = aic_irqc;
380 generic_handle_domain_irq(aic_irqc->hw_domain, event);
395 generic_handle_domain_irq(aic_irqc->hw_domain,
545 generic_handle_domain_irq(aic_irqc->hw_domain,
549 generic_handle_domain_irq(aic_irqc->hw_domain,
557 generic_handle_domain_irq(aic_irqc->hw_domain,
562 generic_handle_domain_irq(aic_irqc->hw_domain,
569 &aic_irqc->fiq_aff[AIC_CPU_PMU_P]->aff))
573 generic_handle_domain_irq(aic_irqc->hw_domain,
775 aic_ic_write(aic_irqc, AIC_IPI_ACK, AIC_IPI_OTHER);
785 aic_ic_write(aic_irqc, AIC_IPI_MASK_CLR, AIC_IPI_OTHER);
793 aic_ic_write(aic_irqc, AIC_IPI_SEND, AIC_IPI_SEND_CPU(cpu));
841 if (aic_irqc->info.version == 1) {
847 WARN_ON(aic_ic_read(aic_irqc, AIC_WHOAMI) != smp_processor_id());
854 aic_ic_write(aic_irqc, AIC_IPI_ACK, AIC_IPI_SELF | AIC_IPI_OTHER);
856 aic_ic_write(aic_irqc, AIC_IPI_MASK_SET, AIC_IPI_SELF | AIC_IPI_OTHER);
858 aic_ic_write(aic_irqc, AIC_IPI_MASK_SET, AIC_IPI_SELF);
859 aic_ic_write(aic_irqc, AIC_IPI_MASK_CLR, AIC_IPI_OTHER);
940 aic_irqc = irqc;