Home
last modified time | relevance | path

Searched refs:MPIC_PRIMARY (Results 1 – 22 of 22) sorted by relevance

/arch/powerpc/platforms/85xx/
Dmpc85xx_ds.c82 MPIC_PRIMARY | in mpc85xx_ds_pic_init()
87 MPIC_PRIMARY | MPIC_WANTS_RESET | in mpc85xx_ds_pic_init()
Dmpc8536_ds.c52 MPIC_PRIMARY | MPIC_WANTS_RESET | in mpc8536_ds_pic_init()
Dstx_gp3.c80 MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN, in stx_gp3_pic_init()
Dtqm85xx.c78 MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN, in tqm85xx_pic_init()
Dsbc8548.c74 MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN, in sbc8548_pic_init()
Dksi8560.c90 MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN, in ksi8560_pic_init()
Dsbc8560.c76 MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN, in sbc8560_pic_init()
Dmpc85xx_ads.c85 MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN, in mpc85xx_ads_pic_init()
Dmpc85xx_cds.c208 MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN, in mpc85xx_cds_pic_init()
Dmpc85xx_mds.c297 MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN, in mpc85xx_mds_pic_init()
/arch/powerpc/platforms/86xx/
Dpic.c46 MPIC_PRIMARY | MPIC_WANTS_RESET | in mpc86xx_init_irq()
/arch/powerpc/platforms/embedded6xx/
Dstorcenter.c102 mpic = mpic_alloc(dnp, paddr, MPIC_PRIMARY | MPIC_WANTS_RESET, in storcenter_init_IRQ()
Dlinkstation.c96 mpic = mpic_alloc(dnp, paddr, MPIC_PRIMARY | MPIC_WANTS_RESET, 4, 32, " EPIC "); in linkstation_init_IRQ()
Dmpc7448_hpc2.c128 MPIC_PRIMARY | MPIC_BIG_ENDIAN | MPIC_WANTS_RESET | in mpc7448_hpc2_init_IRQ()
Dholly.c173 MPIC_PRIMARY | MPIC_BIG_ENDIAN | MPIC_WANTS_RESET | in holly_init_IRQ()
/arch/powerpc/sysdev/
Dmpic.c214 if (mpic->flags & MPIC_PRIMARY) in _mpic_cpu_read()
223 if (mpic->flags & MPIC_PRIMARY) in _mpic_cpu_write()
955 WARN_ON(!(mpic->flags & MPIC_PRIMARY)); in mpic_host_map()
1068 if (flags & MPIC_PRIMARY) in mpic_alloc()
1073 if (flags & MPIC_PRIMARY) in mpic_alloc()
1233 if (flags & MPIC_PRIMARY) { in mpic_alloc()
1299 if ((mpic->flags & MPIC_U3_HT_IRQS) && (mpic->flags & MPIC_PRIMARY)) { in mpic_init()
1306 if (mpic->flags & MPIC_PRIMARY) in mpic_init()
/arch/powerpc/platforms/maple/
Dsetup.c224 unsigned int flags = MPIC_PRIMARY; in maple_init_IRQ()
/arch/powerpc/include/asm/
Dmpic.h334 #define MPIC_PRIMARY 0x00000001 macro
/arch/powerpc/platforms/pasemi/
Dsetup.c224 mpic_flags = MPIC_PRIMARY | MPIC_LARGE_VECTORS | MPIC_NO_BIAS; in pas_init_IRQ()
/arch/powerpc/platforms/pseries/
Dsetup.c193 MPIC_PRIMARY, in pseries_mpic_init_IRQ()
/arch/powerpc/platforms/chrp/
Dsetup.c449 chrp_mpic = mpic_alloc(np, opaddr, MPIC_PRIMARY, in chrp_find_openpic()
/arch/powerpc/platforms/powermac/
Dpic.c469 unsigned int flags = master ? MPIC_PRIMARY : 0; in pmac_setup_one_mpic()