/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
mt2701.dtsi | 21 interrupt-parent = <&cirq>; 209 cirq: interrupt-controller@10204000 { label 210 compatible = "mediatek,mt2701-cirq", 211 "mediatek,mtk-cirq";
|
mt2701.dtsi | 21 interrupt-parent = <&cirq>; 209 cirq: interrupt-controller@10204000 { label 210 compatible = "mediatek,mt2701-cirq", 211 "mediatek,mtk-cirq";
|
/src/sys/arch/macppc/dev/ |
awacs.c | 308 int cirq, oirq, iirq, cirq_type, oirq_type, iirq_type; local in function:awacs_attach 345 cirq = intr[0]; 352 cirq = ca->ca_intr[0]; 359 cirq = ca->ca_intr[0]; 367 intr_establish_xname(cirq, cirq_type, IPL_BIO, awacs_status_intr, sc, 402 printf(": irq %d,%d,%d\n", cirq, oirq, iirq);
|
awacs.c | 308 int cirq, oirq, iirq, cirq_type, oirq_type, iirq_type; local in function:awacs_attach 345 cirq = intr[0]; 352 cirq = ca->ca_intr[0]; 359 cirq = ca->ca_intr[0]; 367 intr_establish_xname(cirq, cirq_type, IPL_BIO, awacs_status_intr, sc, 402 printf(": irq %d,%d,%d\n", cirq, oirq, iirq);
|
snapper.c | 673 int cirq, oirq, iirq, /*cirq_type,*/ oirq_type, iirq_type, soundbus; local in function:snapper_attach 738 cirq = intr[0]; 745 /* intr_establish(cirq, cirq_type, IPL_AUDIO, snapper_intr, sc); */ 755 aprint_normal(": irq %d,%d,%d\n", cirq, oirq, iirq);
|
snapper.c | 673 int cirq, oirq, iirq, /*cirq_type,*/ oirq_type, iirq_type, soundbus; local in function:snapper_attach 738 cirq = intr[0]; 745 /* intr_establish(cirq, cirq_type, IPL_AUDIO, snapper_intr, sc); */ 755 aprint_normal(": irq %d,%d,%d\n", cirq, oirq, iirq);
|