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

  /src/sys/arch/arm/sunxi/
sunxi_intc.c 81 static struct sunxi_intc_softc *intc_softc; variable in typeref:struct:sunxi_intc_softc *
199 struct sunxi_intc_softc * const sc = intc_softc;
274 KASSERT(intc_softc == NULL);
275 intc_softc = sc;
  /src/sys/arch/arm/ti/
ti_omapintc.c 105 static struct omap2icu_softc *intc_softc; variable in typeref:struct:omap2icu_softc *
150 struct omap2icu_softc * const sc = intc_softc;
276 KASSERT(intc_softc == NULL);
277 intc_softc = sc;
  /src/sys/arch/arm/apple/
apple_intc.c 113 static struct apple_intc_softc *intc_softc; variable in typeref:struct:apple_intc_softc *
302 struct apple_intc_softc * const sc = intc_softc;
368 struct apple_intc_softc * const sc = intc_softc;
488 KASSERT(intc_softc == NULL);
489 intc_softc = sc;

Completed in 12 milliseconds