Home
last modified time | relevance | path

Searched defs:sdma_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm/freescale/imx/
H A Dimx6_sdma.h209 struct sdma_softc { struct
210 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 …]