Searched defs:udma_dev (Results 1 – 1 of 1) sorted by relevance
167 struct udma_dev { struct168 struct dma_device ddev;169 struct device *dev;170 void __iomem *mmrs[MMR_LAST];171 const struct udma_match_data *match_data;172 const struct udma_soc_data *soc_data;174 struct udma_tpl bchan_tpl;175 struct udma_tpl tchan_tpl;176 struct udma_tpl rchan_tpl;178 size_t desc_align; /* alignment to use for descriptors */[all …]