Searched refs:MPIC_NO_RESET (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/85xx/ |
H A D | mpc85xx_ds.c | 43 flags |= MPIC_NO_RESET; in mpc85xx_ds_pic_init()
|
H A D | corenet_generic.c | 37 MPIC_NO_RESET; in corenet_gen_pic_init()
|
H A D | ge_imp3a.c | 49 MPIC_NO_RESET | in ge_imp3a_pic_init()
|
H A D | mpc85xx_rdb.c | 39 flags |= MPIC_NO_RESET; in mpc85xx_rdb_pic_init()
|
/openbmc/linux/arch/powerpc/platforms/44x/ |
H A D | iss4xx.c | 70 struct mpic *mpic = mpic_alloc(np, 0, MPIC_NO_RESET, 0, 0, " MPIC "); in iss4xx_init_irq()
|
H A D | ppc476.c | 138 mpic_alloc(np, 0, MPIC_NO_RESET, 0, 0, " MPIC "); in ppc47x_init_irq()
|
/openbmc/linux/arch/powerpc/platforms/cell/ |
H A D | setup.c | 198 mpic = mpic_alloc(dn, 0, MPIC_SECONDARY | MPIC_NO_RESET, in mpic_init_IRQ()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | mpic.h | 378 #define MPIC_NO_RESET 0x00004000 macro
|
/openbmc/linux/arch/powerpc/platforms/pasemi/ |
H A D | setup.c | 281 mpic_flags = MPIC_LARGE_VECTORS | MPIC_NO_BIAS | MPIC_NO_RESET; in pas_init_IRQ()
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | mpic.c | 1072 if (!mpic_is_ipi(mpic, hw) && (mpic->flags & MPIC_NO_RESET)) { in mpic_host_map() 1266 flags |= MPIC_NO_RESET; in mpic_alloc() 1417 if (!(mpic->flags & MPIC_NO_RESET)) { in mpic_alloc() 1607 if (!(mpic->flags & MPIC_NO_RESET)) { in mpic_init()
|
/openbmc/linux/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 421 chrp_mpic = mpic_alloc(np, opaddr, MPIC_NO_RESET, in chrp_find_openpic()
|