Searched defs:bam_device (Results 1 – 1 of 1) sorted by relevance
389 struct bam_device { struct390 void __iomem *regs;391 struct device *dev;392 struct dma_device common;393 struct device_dma_parameters dma_parms;417 static inline void __iomem *bam_addr(struct bam_device *bdev, u32 pipe, in bam_addr() argument