Searched defs:bam_device (Results 1 – 1 of 1) sorted by relevance
381 struct bam_device { struct382 void __iomem *regs;383 struct device *dev;384 struct dma_device common;385 struct bam_chan *channels;386 u32 num_channels;410 static inline void __iomem *bam_addr(struct bam_device *bdev, u32 pipe, in bam_addr() argument