Searched refs:mpic (Results 51 - 75 of 86) sorted by relevance

1234

/linux-master/arch/powerpc/boot/dts/fsl/
H A Dp1023si-pre.dtsi43 interrupt-parent = <&mpic>;
H A Dp2020si-pre.dtsi43 interrupt-parent = <&mpic>;
H A Dpq3-mpic.dtsi35 mpic: pic@40000 {
40 compatible = "fsl,mpic";
48 compatible = "fsl,mpic-global-timer";
57 compatible = "fsl,mpic-v3.1-msgr";
67 compatible = "fsl,mpic-msi";
H A Dmpc8568si-post.dtsi76 0000 0x0 0x0 0x1 &mpic 0x0 0x1 0x0 0x0
77 0000 0x0 0x0 0x2 &mpic 0x1 0x1 0x0 0x0
78 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
79 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
181 /include/ "pq3-mpic.dtsi"
221 interrupt-parent = <&mpic>;
H A Dmpc8569si-post.dtsi64 0000 0x0 0x0 0x1 &mpic 0x0 0x1 0x0 0x0
65 0000 0x0 0x0 0x2 &mpic 0x1 0x1 0x0 0x0
66 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
67 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
169 /include/ "pq3-mpic.dtsi"
209 interrupt-parent = <&mpic>;
H A Dqoriq-mpic.dtsi35 mpic: pic@40000 {
40 compatible = "fsl,mpic", "chrp,open-pic";
46 compatible = "fsl,mpic-global-timer";
55 compatible = "fsl,mpic-msi";
70 compatible = "fsl,mpic-msi";
85 compatible = "fsl,mpic-msi";
100 compatible = "fsl,mpic-global-timer";
H A Dqoriq-mpic4.3.dtsi35 mpic: pic@40000 {
40 compatible = "fsl,mpic";
46 compatible = "fsl,mpic-global-timer";
55 compatible = "fsl,mpic-msi-v4.3";
77 compatible = "fsl,mpic-msi-v4.3";
99 compatible = "fsl,mpic-msi-v4.3";
121 compatible = "fsl,mpic-msi-v4.3";
143 compatible = "fsl,mpic-global-timer";
/linux-master/arch/powerpc/platforms/44x/
H A Dppc476.c31 #include <asm/mpic.h>
137 struct mpic *mpic = local
139 BUG_ON(mpic == NULL);
140 mpic_init(mpic);
/linux-master/arch/powerpc/platforms/85xx/
H A Dksi8560.c27 #include <asm/mpic.h>
59 struct mpic *mpic = mpic_alloc(NULL, 0, MPIC_BIG_ENDIAN, local
61 BUG_ON(mpic == NULL);
62 mpic_init(mpic);
H A Dmpc85xx_8259.c17 #include <asm/mpic.h>
H A Dmpc85xx_mds.c46 #include <asm/mpic.h>
327 struct mpic *mpic = mpic_alloc(NULL, 0, MPIC_BIG_ENDIAN | local
330 BUG_ON(mpic == NULL);
332 mpic_init(mpic);
H A Dp1022_ds.c24 #include <asm/mpic.h>
437 struct mpic *mpic = mpic_alloc(NULL, 0, MPIC_BIG_ENDIAN | local
440 BUG_ON(mpic == NULL);
441 mpic_init(mpic);
H A Dsmp.c23 #include <asm/mpic.h>
31 #include <sysdev/mpic.h>
/linux-master/arch/powerpc/platforms/maple/
H A Dsetup.c53 #include <asm/mpic.h>
201 struct mpic *mpic; local
251 mpic = mpic_alloc(mpic_node, openpic_addr, flags,
253 BUG_ON(mpic == NULL);
259 mpic_assign_isu(mpic, n, isuaddr);
263 mpic_init(mpic);
/linux-master/arch/powerpc/platforms/chrp/
H A Dsmp.c29 #include <asm/mpic.h>
H A Dsetup.c48 #include <asm/mpic.h>
60 static struct mpic *chrp_mpic;
363 * Finds the open-pic node and sets up the mpic driver.
399 len = 0; /* non-distributed mpic */
/linux-master/arch/powerpc/platforms/powermac/
H A Dpic.c33 #include <asm/mpic.h>
424 static void __init pmac_pic_setup_mpic_nmi(struct mpic *mpic) argument
444 static struct mpic * __init pmac_setup_one_mpic(struct device_node *np,
448 struct mpic *mpic; local
462 mpic = mpic_alloc(np, 0, flags, 0, 0, name);
463 if (mpic == NULL)
466 mpic_init(mpic);
468 return mpic;
[all...]
/linux-master/arch/powerpc/platforms/cell/
H A Dsetup.c48 #include <asm/mpic.h>
189 struct mpic *mpic; local
198 mpic = mpic_alloc(dn, 0, MPIC_SECONDARY | MPIC_NO_RESET,
200 if (mpic == NULL)
202 mpic_init(mpic);
/linux-master/arch/powerpc/platforms/86xx/
H A Dmvme7100.c25 #include <asm/mpic.h>
H A Dmpc86xx_smp.c18 #include <asm/mpic.h>
H A Dgef_sbc610.c30 #include <asm/mpic.h>
H A Dgef_ppc9a.c30 #include <asm/mpic.h>
H A Dgef_sbc310.c30 #include <asm/mpic.h>
/linux-master/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c16 #include <asm/mpic.h>
/linux-master/arch/powerpc/kvm/
H A Dmpic.c33 #include <asm/mpic.h>
1178 struct openpic *opp = vcpu->arch.mpic;
1291 WARN(1, "kvm mpic: too many mmio regions\n");
1467 pr_debug("kvm mpic %s: KVM_DEV_MPIC_BASE_ADDR %08llx not aligned\n",
1480 pr_debug("kvm mpic %s: KVM_DEV_MPIC_BASE_ADDR %08llx\n",
1635 dev->kvm->arch.mpic = NULL;
1661 if (dev->kvm->arch.mpic)
1714 dev->kvm->arch.mpic = opp;
1724 .name = "kvm-mpic",
1759 vcpu->arch.mpic
[all...]

Completed in 146 milliseconds

1234