Home
last modified time | relevance | path

Searched defs:bam_device (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/dma/qcom/
H A Dbam_dma.c410 struct bam_device { struct
411 void __iomem *regs;
412 struct device *dev;
413 struct dma_device common;
414 struct bam_chan *channels;
415 u32 num_channels;
439 static inline void __iomem *bam_addr(struct bam_device *bdev, u32 pipe, in bam_addr() argument