| /f-stack/freebsd/contrib/device-tree/src/mips/loongson/ |
| H A D | ls7a-pch.dtsi | 18 loongson,pic-base-vec = <0>; 44 interrupt-parent = <&pic>; 55 interrupt-parent = <&pic>; 66 interrupt-parent = <&pic>; 77 interrupt-parent = <&pic>; 88 interrupt-parent = <&pic>; 99 interrupt-parent = <&pic>; 110 interrupt-parent = <&pic>; 121 interrupt-parent = <&pic>; 132 interrupt-parent = <&pic>; [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | subr_intr.c | 735 return (pic); 738 return (pic); 739 } else if (xref == pic->pic_xref && dev == pic->pic_dev) 740 return (pic); 756 return (pic); 771 return (pic); 773 pic = malloc(sizeof(*pic), M_INTRNG, M_NOWAIT | M_ZERO); 785 return (pic); 819 if (pic == NULL) 824 return (pic); [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | v3-v360epc-pci.txt | 39 interrupt-parent = <&pic>; 56 0x4800 0 0 1 &pic 13 /* INT A on slot 9 is irq 13 */ 57 0x4800 0 0 2 &pic 14 /* INT B on slot 9 is irq 14 */ 58 0x4800 0 0 3 &pic 15 /* INT C on slot 9 is irq 15 */ 59 0x4800 0 0 4 &pic 16 /* INT D on slot 9 is irq 16 */ 61 0x5000 0 0 1 &pic 14 /* INT A on slot 10 is irq 14 */ 62 0x5000 0 0 2 &pic 15 /* INT B on slot 10 is irq 15 */ 63 0x5000 0 0 3 &pic 16 /* INT C on slot 10 is irq 16 */ 64 0x5000 0 0 4 &pic 13 /* INT D on slot 10 is irq 13 */ 66 0x5800 0 0 1 &pic 15 /* INT A on slot 11 is irq 15 */ [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/xtensa/ |
| H A D | virt.dts | 8 interrupt-parent = <&pic>; 37 pic: pic { label 38 compatible = "cdns,xtensa-pic"; 64 0x0000 0x0 0x0 0x1 &pic 0x0 0x1 65 0x0800 0x0 0x0 0x1 &pic 0x1 0x1 66 0x1000 0x0 0x0 0x1 &pic 0x2 0x1 67 0x1800 0x0 0x0 0x1 &pic 0x3 0x1
|
| H A D | csp.dts | 8 interrupt-parent = <&pic>; 28 pic: pic { label 29 compatible = "cdns,xtensa-pic";
|
| /f-stack/freebsd/x86/x86/ |
| H A D | intr_machdep.c | 111 static int intr_pic_registered(struct pic *pic); 129 intr_pic_registered(struct pic *pic) in intr_pic_registered() argument 131 struct pic *p; in intr_pic_registered() 134 if (p == pic) in intr_pic_registered() 147 intr_register_pic(struct pic *pic) in intr_register_pic() argument 169 struct pic *pic; in intr_init_sources() local 210 pic->pic_register_sources(pic); in intr_init_sources() 372 struct pic *pic; in intr_resume() local 380 pic->pic_resume(pic, suspend_cancelled); in intr_resume() 388 struct pic *pic; in intr_suspend() local [all …]
|
| /f-stack/freebsd/x86/include/ |
| H A D | intr_machdep.h | 80 struct pic { struct 81 void (*pic_register_sources)(struct pic *); argument 89 void (*pic_suspend)(struct pic *); argument 90 void (*pic_resume)(struct pic *, bool suspend_cancelled); argument 95 TAILQ_ENTRY(pic) pics; 111 struct pic *is_pic; 155 int intr_register_pic(struct pic *pic);
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/cpm/ |
| H A D | pic.txt | 4 - fsl,cpm1-pic 6 - fsl,pq1-pic 7 - fsl,cpm2-pic 17 compatible = "mpc8272-pic", "fsl,cpm2-pic";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | loongson,pch-pic.yaml | 4 $id: "http://devicetree.org/schemas/interrupt-controller/loongson,pch-pic.yaml#" 19 const: loongson,pch-pic-1.0 24 loongson,pic-base-vec: 40 - loongson,pic-base-vec 47 pic: interrupt-controller@10000000 { 48 compatible = "loongson,pch-pic-1.0"; 52 loongson,pic-base-vec = <64>;
|
| H A D | opencores,or1k-pic.txt | 5 - compatible : should be "opencores,or1k-pic-level" for variants with 6 level triggered interrupt lines, "opencores,or1k-pic-edge" for variants with 7 edge triggered interrupt lines or "opencores,or1200-pic" for machines 10 "opencores,or1k-pic" is also provided as an alias to "opencores,or1200-pic", 20 compatible = "opencores,or1k-pic-level";
|
| H A D | ti,c64x+megamod-pic.txt | 13 - compatible: Should be "ti,c64x+core-pic"; 26 compatible = "ti,c64x+core-pic"; 45 - compatible: "ti,c64x+megamod-pic" 55 - ti,c64x+megamod-pic-mux: Array of 12 cells correspnding to the 12 core 68 interrupts mapped directly to the core with "ti,c64x+megamod-pic-mux" will 75 compatible = "ti,c64x+megamod-pic"; 89 compatible = "ti,c64x+megamod-pic"; 95 ti,c64x+megamod-pic-mux = < 0 0 0 0
|
| H A D | cdns,xtensa-pic.txt | 4 - compatible: Should be "cdns,xtensa-pic". 17 pic: pic { 18 compatible = "cdns,xtensa-pic";
|
| H A D | cdns,xtensa-mx.txt | 7 (see cdns,xtensa-pic.txt). 10 pic: pic {
|
| /f-stack/freebsd/x86/isa/ |
| H A D | atpic.c | 120 struct pic at_pic; 136 static void atpic_register_sources(struct pic *pic); 144 static void atpic_resume(struct pic *pic, bool suspend_cancelled); 207 atpic_register_sources(struct pic *pic) in atpic_register_sources() argument 209 struct atpic *ap = (struct atpic *)pic; in atpic_register_sources() 332 atpic_resume(struct pic *pic, bool suspend_cancelled) in atpic_resume() argument 334 struct atpic *ap = (struct atpic *)pic; in atpic_resume() 409 i8259_init(struct atpic *pic, int slave) in i8259_init() argument 419 outb(imr_addr, pic->at_intbase); in i8259_init() 438 outb(imr_addr, pic->at_imen); in i8259_init() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | integratorap.dts | 150 pic: pic@14000000 { label 161 interrupt-parent = <&pic>; 178 0x4800 0 0 1 &pic 13 /* INT A on slot 9 is irq 13 */ 179 0x4800 0 0 2 &pic 14 /* INT B on slot 9 is irq 14 */ 180 0x4800 0 0 3 &pic 15 /* INT C on slot 9 is irq 15 */ 181 0x4800 0 0 4 &pic 16 /* INT D on slot 9 is irq 16 */ 183 0x5000 0 0 1 &pic 14 /* INT A on slot 10 is irq 14 */ 184 0x5000 0 0 2 &pic 15 /* INT B on slot 10 is irq 15 */ 185 0x5000 0 0 3 &pic 16 /* INT C on slot 10 is irq 16 */ 186 0x5000 0 0 4 &pic 13 /* INT D on slot 10 is irq 13 */ [all …]
|
| H A D | integrator.dtsi | 37 interrupt-parent = <&pic>; 43 interrupt-parent = <&pic>; 49 interrupt-parent = <&pic>; 53 pic@14000000 { 75 interrupt-parent = <&pic>;
|
| /f-stack/freebsd/contrib/device-tree/src/mips/netlogic/ |
| H A D | xlp_evp.dts | 27 interrupt-parent = <&pic>; 37 interrupt-parent = <&pic>; 48 interrupt-parent = <&pic>; 59 interrupt-parent = <&pic>; 72 pic: pic@4000 { label 73 compatible = "netlogic,xlp-pic"; 122 interrupt-parent = <&pic>;
|
| H A D | xlp_fvp.dts | 27 interrupt-parent = <&pic>; 37 interrupt-parent = <&pic>; 48 interrupt-parent = <&pic>; 59 interrupt-parent = <&pic>; 72 pic: pic@4000 { label 73 compatible = "netlogic,xlp-pic"; 122 interrupt-parent = <&pic>;
|
| H A D | xlp_svp.dts | 27 interrupt-parent = <&pic>; 37 interrupt-parent = <&pic>; 48 interrupt-parent = <&pic>; 59 interrupt-parent = <&pic>; 72 pic: pic@4000 { label 73 compatible = "netlogic,xlp-pic"; 122 interrupt-parent = <&pic>;
|
| H A D | xlp_rvp.dts | 27 interrupt-parent = <&pic>; 30 pic: pic@110000 { label 31 compatible = "netlogic,xlp-pic"; 80 interrupt-parent = <&pic>;
|
| H A D | xlp_gvp.dts | 27 interrupt-parent = <&pic>; 30 pic: pic@110000 { label 31 compatible = "netlogic,xlp-pic"; 80 interrupt-parent = <&pic>;
|
| /f-stack/freebsd/contrib/device-tree/src/openrisc/ |
| H A D | or1ksim.dts | 7 interrupt-parent = <&pic>; 38 pic: pic { label 39 compatible = "opencores,or1k-pic";
|
| H A D | simple_smp.dts | 6 interrupt-parent = <&pic>; 50 pic: pic { label 51 compatible = "opencores,or1k-pic-level";
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | tqm8xx.dts | 120 PIC: pic@0 { 124 compatible = "fsl,mpc860-pic", "fsl,pq1-pic"; 156 CPM_PIC: pic@930 { 163 compatible = "fsl,mpc860-cpm-pic", 164 "fsl,cpm1-pic";
|
| H A D | mpc866ads.dts | 88 PIC: pic@0 { 92 compatible = "fsl,mpc866-pic", "fsl,pq1-pic"; 124 CPM_PIC: pic@930 { 131 compatible = "fsl,mpc866-cpm-pic", 132 "fsl,cpm1-pic";
|