Searched defs:sdma_softc (Results 1 – 1 of 1) sorted by relevance
211 struct sdma_softc { struct212 struct resource *res[2];213 bus_space_tag_t bst;214 bus_space_handle_t bsh;215 device_t dev;216 void *ih;217 struct sdma_channel_control *ccb;219 struct sdma_context_data *context;221 uint32_t num_bd;222 uint32_t ccb_phys;[all …]