Searched defs:msgdma_softc (Results 1 – 1 of 1) sorted by relevance
96 struct msgdma_softc { struct97 device_t dev;98 struct resource *res[3];99 bus_space_tag_t bst;100 bus_space_handle_t bsh;101 bus_space_tag_t bst_d;102 bus_space_handle_t bsh_d;103 void *ih;104 struct msgdma_desc desc;105 struct msgdma_channel channels[MSGDMA_NCHANNELS];