Searched refs:mpic_get_coreint_irq (Results 1 – 4 of 4) sorted by relevance
46 if (ppc_md.get_irq == mpic_get_coreint_irq) in corenet_gen_pic_init()226 .get_irq = mpic_get_coreint_irq, in define_machine()
79 .get_irq = mpic_get_coreint_irq, in define_machine()
484 extern unsigned int mpic_get_coreint_irq(void);
1411 WARN_ON(ppc_md.get_irq != mpic_get_coreint_irq); in mpic_alloc()1807 unsigned int mpic_get_coreint_irq(void) in mpic_get_coreint_irq() function