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

  /src/sys/arch/arm/apple/
apple_intc.c 89 struct apple_intc_softc;
92 struct apple_intc_softc *pc_sc;
102 struct apple_intc_softc { struct
113 static struct apple_intc_softc *intc_softc;
115 #define PICTOSOFTC(pic) container_of(pic, struct apple_intc_softc, sc_pic)
126 struct apple_intc_softc * const sc = PICTOSOFTC(pic);
140 struct apple_intc_softc * const sc = PICTOSOFTC(pic);
159 struct apple_intc_softc * const sc = PICTOSOFTC(pic);
209 struct apple_intc_softc * const sc = pc->pc_sc;
230 struct apple_intc_softc * const sc = device_private(dev)
    [all...]

Completed in 15 milliseconds