Lines Matching defs:sdma_softc
209 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];
219 uint32_t num_bd;
220 uint32_t ccb_phys;
221 uint32_t context_phys;
222 const struct sdma_firmware_header *fw_header;
223 const struct sdma_script_start_addrs *fw_scripts;