Searched refs:tzic_softc (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/arm/freescale/imx/
H A Dtzic.c62 struct tzic_softc { struct
68 static struct tzic_softc *tzic_sc;
71 tzic_read_4(struct tzic_softc *sc, int reg)
78 tzic_write_4(struct tzic_softc *sc, int reg, uint32_t val)
85 tzic_irq_eoi(struct tzic_softc *sc)
92 tzic_irq_mask(struct tzic_softc *sc, u_int irq)
99 tzic_irq_unmask(struct tzic_softc *sc, u_int irq)
108 struct tzic_softc *sc = arg;
142 struct tzic_softc *sc = device_get_softc(dev);
152 struct tzic_softc *s
[all...]

Completed in 76 milliseconds