Lines Matching defs:mpic
30 #include <asm/mpic.h>
424 static void __init pmac_pic_setup_mpic_nmi(struct mpic *mpic)
444 static struct mpic * __init pmac_setup_one_mpic(struct device_node *np,
448 struct mpic *mpic;
462 mpic = mpic_alloc(np, 0, flags, 0, 0, name);
463 if (mpic == NULL)
466 mpic_init(mpic);
468 return mpic;
473 struct mpic *mpic1, *mpic2;