Lines Matching defs:gicv3_softc
52 struct gicv3_softc { struct
53 struct pic_softc sc_pic; /* SGI/PPI/SGIs */
54 struct pic_softc sc_lpi; /* LPIs */
55 device_t sc_dev;
57 bus_space_tag_t sc_bst;
58 bus_dma_tag_t sc_dmat;
60 bus_space_handle_t sc_bsh_d; /* GICD */
61 bus_space_handle_t *sc_bsh_r; /* GICR */
62 u_int sc_bsh_r_count;
64 u_int sc_quirks;
67 uint32_t sc_gicd_typer;
92 int gicv3_init(struct gicv3_softc *); argument