Searched defs:gicv3_softc (Results 1 – 2 of 2) sorted by relevance
52 struct gicv3_softc { struct53 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;[all …]
76 static struct gicv3_softc *gicv3_softc; variable