am18xx_intc_softc
struct am18xx_intc_softc * const sc = device_private(dev);
struct am18xx_intc_softc * const sc = PICTOSOFTC(pic);
struct am18xx_intc_softc * const sc = PICTOSOFTC(pic);
struct am18xx_intc_softc * const sc = PICTOSOFTC(pic);
find_pending_irqs(struct am18xx_intc_softc *sc, size_t group)
struct am18xx_intc_softc * const sc = intc_softc;
static void am18xx_intc_enable_interrupts(struct am18xx_intc_softc *sc)
struct am18xx_intc_softc * const sc = device_private(self);
static void am18xx_intc_enable_interrupts(struct am18xx_intc_softc *);
((struct am18xx_intc_softc *) \
((uintptr_t)(pic) - offsetof(struct am18xx_intc_softc, sc_pic)))
static struct am18xx_intc_softc *intc_softc;
CFATTACH_DECL_NEW(am18xxintc, sizeof(struct am18xx_intc_softc),