Lines Matching defs:mpic
25 /* On the FSL mpic implementations the Mode field is expand to be
176 /* weird mpic register indices and mask bits in the HW info array */
256 struct mpic
332 struct mpic *next;
379 /* Freescale MPIC (compatible includes "fsl,mpic") */
413 * @irq_offset: first irq number to assign to this mpic
414 * @irq_count: number of irqs to use with this mpic IRQ sources. Pass 0
416 * @ipi_offset: first irq number to assign to this mpic IPI sources,
417 * used only on primary mpic
427 extern struct mpic *mpic_alloc(struct device_node *node,
436 * @mpic: controller structure as returned by mpic_alloc()
440 extern void mpic_assign_isu(struct mpic *mpic, unsigned int isu_num,
445 * should be called again for this mpic
447 extern void mpic_init(struct mpic *mpic);
474 /* Request IPIs on primary mpic */
487 /* Fetch interrupt from a given mpic */
488 extern unsigned int mpic_get_one_irq(struct mpic *mpic);
489 /* This one gets from the primary mpic */
491 /* This one gets from the primary mpic via CoreInt*/
493 /* Fetch Machine Check interrupt from primary mpic */