Lines Matching refs:apple_intc_softc
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; argument
115 #define PICTOSOFTC(pic) container_of(pic, struct apple_intc_softc, sc_pic)
126 struct apple_intc_softc * const sc = PICTOSOFTC(pic); in apple_intc_unblock_irqs()
140 struct apple_intc_softc * const sc = PICTOSOFTC(pic); in apple_intc_establish_irq()
159 struct apple_intc_softc * const sc = PICTOSOFTC(pic); in apple_intc_cpu_init()
209 struct apple_intc_softc * const sc = pc->pc_sc; in apple_intc_local_ipi_send()
230 struct apple_intc_softc * const sc = device_private(dev); in apple_intc_fdt_establish()
302 struct apple_intc_softc * const sc = intc_softc; in apple_intc_irq_handler()
368 struct apple_intc_softc * const sc = intc_softc; in apple_intc_fiq_handler()
396 struct apple_intc_softc * const sc = pc->pc_sc; in apple_intc_ipi_handler()
450 struct apple_intc_softc * const sc = device_private(self); in apple_intc_attach()
526 CFATTACH_DECL_NEW(apple_intc, sizeof(struct apple_intc_softc),