HomeSort by: relevance | last modified time | path
    Searched defs:omap2icu_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/ti/
ti_omapintc.c 94 ((struct omap2icu_softc *)((uintptr_t)(pic) - offsetof(struct omap2icu_softc, sc_pic)))
96 struct omap2icu_softc { struct
105 static struct omap2icu_softc *intc_softc;
110 struct omap2icu_softc * const sc = PICTOSOFTC(pic);
123 struct omap2icu_softc * const sc = PICTOSOFTC(pic);
134 find_pending_irqs(struct omap2icu_softc *sc, size_t group)
150 struct omap2icu_softc * const sc = intc_softc;
234 struct omap2icu_softc * const sc = device_private(self);
282 sizeof(struct omap2icu_softc),
    [all...]
ti_omapintc.c 94 ((struct omap2icu_softc *)((uintptr_t)(pic) - offsetof(struct omap2icu_softc, sc_pic)))
96 struct omap2icu_softc { struct
105 static struct omap2icu_softc *intc_softc;
110 struct omap2icu_softc * const sc = PICTOSOFTC(pic);
123 struct omap2icu_softc * const sc = PICTOSOFTC(pic);
134 find_pending_irqs(struct omap2icu_softc *sc, size_t group)
150 struct omap2icu_softc * const sc = intc_softc;
234 struct omap2icu_softc * const sc = device_private(self);
282 sizeof(struct omap2icu_softc),
    [all...]

Completed in 23 milliseconds