/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
imx50.dtsi | 56 tzic: tz-interrupt-controller@fffc000 { label 57 compatible = "fsl,imx50-tzic", "fsl,imx53-tzic", "fsl,tzic"; 101 interrupt-parent = <&tzic>;
|
imx50.dtsi | 56 tzic: tz-interrupt-controller@fffc000 { label 57 compatible = "fsl,imx50-tzic", "fsl,imx53-tzic", "fsl,tzic"; 101 interrupt-parent = <&tzic>;
|
imx51.dtsi | 42 tzic: tz-interrupt-controller@e0000000 { label 43 compatible = "fsl,imx51-tzic", "fsl,tzic"; 96 interrupt-parent = <&tzic>; 121 interrupt-parent = <&tzic>;
|
imx51.dtsi | 42 tzic: tz-interrupt-controller@e0000000 { label 43 compatible = "fsl,imx51-tzic", "fsl,tzic"; 96 interrupt-parent = <&tzic>; 121 interrupt-parent = <&tzic>;
|
imx53.dtsi | 80 tzic: tz-interrupt-controller@fffc000 { label 81 compatible = "fsl,imx53-tzic", "fsl,tzic"; 115 interrupt-parent = <&tzic>; 139 interrupt-parent = <&tzic>;
|
imx53.dtsi | 80 tzic: tz-interrupt-controller@fffc000 { label 81 compatible = "fsl,imx53-tzic", "fsl,tzic"; 115 interrupt-parent = <&tzic>; 139 interrupt-parent = <&tzic>;
|
/src/sys/arch/arm/imx/ |
imx51_tzic.c | 90 #define INTC_READ(tzic, reg) \ 91 bus_space_read_4((tzic)->sc_iot, (tzic)->sc_ioh, (reg)) 92 #define INTC_WRITE(tzic, reg, val) \ 93 bus_space_write_4((tzic)->sc_iot, (tzic)->sc_ioh, (reg), (val)) 101 CFATTACH_DECL_NEW(tzic, sizeof(struct tzic_softc), 122 struct tzic_softc *tzic = device_private(self); local in function:tzic_attach 132 tzic->sc_dev = self; 133 tzic->sc_iot = aa->aa_iot 170 struct tzic_softc * const tzic = PIC_TO_SOFTC(pic); local in function:tzic_unblock_irqs 182 struct tzic_softc * const tzic = PIC_TO_SOFTC(pic); local in function:tzic_block_irqs 213 struct tzic_softc * const tzic = PIC_TO_SOFTC(pic); local in function:tzic_establish_irq [all...] |
imx51_tzic.c | 90 #define INTC_READ(tzic, reg) \ 91 bus_space_read_4((tzic)->sc_iot, (tzic)->sc_ioh, (reg)) 92 #define INTC_WRITE(tzic, reg, val) \ 93 bus_space_write_4((tzic)->sc_iot, (tzic)->sc_ioh, (reg), (val)) 101 CFATTACH_DECL_NEW(tzic, sizeof(struct tzic_softc), 122 struct tzic_softc *tzic = device_private(self); local in function:tzic_attach 132 tzic->sc_dev = self; 133 tzic->sc_iot = aa->aa_iot 170 struct tzic_softc * const tzic = PIC_TO_SOFTC(pic); local in function:tzic_unblock_irqs 182 struct tzic_softc * const tzic = PIC_TO_SOFTC(pic); local in function:tzic_block_irqs 213 struct tzic_softc * const tzic = PIC_TO_SOFTC(pic); local in function:tzic_establish_irq [all...] |