Searched defs:dw_edma_chip (Results 1 – 1 of 1) sorted by relevance
123 struct dw_edma_chip { struct124 struct device *dev;125 int nr_irqs;126 const struct dw_edma_plat_ops *ops;127 u32 flags;129 void __iomem *reg_base;154 int dw_edma_probe(struct dw_edma_chip *chip); argument