Searched defs:sdma_softc (Results 1 – 1 of 1) sorted by relevance
209 struct sdma_softc { struct210 struct resource *res[2];211 bus_space_tag_t bst;212 bus_space_handle_t bsh;213 device_t dev;214 void *ih;215 struct sdma_channel_control *ccb;216 struct sdma_buffer_descriptor *bd0;217 struct sdma_context_data *context;218 struct sdma_channel channel[SDMA_N_CHANNELS];[all …]