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