Searched refs:tzic (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/imx/
H A Dimx51_tzic.c90 #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
132 tzic->sc_dev = self;
133 tzic
170 struct tzic_softc * const tzic = PIC_TO_SOFTC(pic); local
182 struct tzic_softc * const tzic = PIC_TO_SOFTC(pic); local
194 find_pending_irqs(struct tzic_softc *tzic, size_t group) argument
213 struct tzic_softc * const tzic = PIC_TO_SOFTC(pic); local
260 tzic_intr_init(struct tzic_softc * const tzic) argument
[all...]

Completed in 116 milliseconds