gicv3_fdt_softc
CFATTACH_DECL_NEW(gicv3_fdt, sizeof(struct gicv3_fdt_softc),
struct gicv3_fdt_softc * const sc = device_private(self);
gicv3_fdt_map_registers(struct gicv3_fdt_softc *sc)
gicv3_fdt_attach_mbi(struct gicv3_fdt_softc *sc)
gicv3_fdt_attach_its(struct gicv3_fdt_softc *sc, bus_space_tag_t bst, int phandle)
struct gicv3_fdt_softc * const sc = device_private(dev);
struct gicv3_fdt_softc * const sc = device_private(dev);
struct gicv3_fdt_softc;
static int gicv3_fdt_map_registers(struct gicv3_fdt_softc *);
static void gicv3_fdt_attach_mbi(struct gicv3_fdt_softc *);
static void gicv3_fdt_attach_its(struct gicv3_fdt_softc *, bus_space_tag_t, int);
struct gicv3_fdt_softc *intr_sc;