Lines Matching full:fiq
36 * - FIQ hwirq numbers are assigned after true hwirqs, and are per-cpu.
39 * - <1 nr flags> - FIQ #nr
163 * IMP-DEF sysregs that control FIQ sources
182 /* Guest timer FIQ enable register */
217 * FIQ hwirq index definitions: FIQ sources use the DT binding defines
445 * FIQ irqchip
514 * the FIQ source state without having to peek down into sources... in aic_handle_fiq()
523 * Since not dealing with any of these results in a FIQ storm, in aic_handle_fiq()
572 pr_err_ratelimited("Uncore PMC FIQ fired. Masking.\n"); in aic_handle_fiq()
584 .name = "AIC-FIQ",
611 int fiq = FIELD_GET(AIC_EVENT_NUM, hw); in aic_irq_domain_map() local
613 switch (fiq) { in aic_irq_domain_map()
616 irq_set_percpu_devid_partition(irq, &ic->fiq_aff[fiq]->aff); in aic_irq_domain_map()
944 /* Mask all hard-wired per-CPU IRQ/FIQ sources */ in aic_init_cpu()
963 /* PMC FIQ */ in aic_init_cpu()
967 /* Uncore PMC FIQ */ in aic_init_cpu()
1011 u32 fiq; in build_fiq_affinity() local
1013 if (of_property_read_u32(aff, "apple,fiq-index", &fiq) || in build_fiq_affinity()
1014 WARN_ON(fiq >= AIC_NR_FIQ) || ic->fiq_aff[fiq]) in build_fiq_affinity()
1021 ic->fiq_aff[fiq] = kzalloc(sizeof(*ic->fiq_aff[fiq]), GFP_KERNEL); in build_fiq_affinity()
1022 if (!ic->fiq_aff[fiq]) in build_fiq_affinity()
1042 cpumask_set_cpu(cpu, &ic->fiq_aff[fiq]->aff); in build_fiq_affinity()