Home | History | Annotate | Download | only in fdt

Lines Matching defs:gicv3_fdt_softc

58 struct gicv3_fdt_softc;
64 static int gicv3_fdt_map_registers(struct gicv3_fdt_softc *);
66 static void gicv3_fdt_attach_mbi(struct gicv3_fdt_softc *);
67 static void gicv3_fdt_attach_its(struct gicv3_fdt_softc *, bus_space_tag_t, int);
92 struct gicv3_fdt_softc *intr_sc;
103 struct gicv3_fdt_softc {
115 CFATTACH_DECL_NEW(gicv3_fdt, sizeof(struct gicv3_fdt_softc),
135 struct gicv3_fdt_softc * const sc = device_private(self);
201 gicv3_fdt_map_registers(struct gicv3_fdt_softc *sc)
269 gicv3_fdt_attach_mbi(struct gicv3_fdt_softc *sc)
319 gicv3_fdt_attach_its(struct gicv3_fdt_softc *sc, bus_space_tag_t bst, int phandle)
346 struct gicv3_fdt_softc * const sc = device_private(dev);
424 struct gicv3_fdt_softc * const sc = device_private(dev);