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...] |