Lines Matching refs:bam_device
350 struct bam_device *bdev;
380 struct bam_device { struct
406 static inline void __iomem *bam_addr(struct bam_device *bdev, u32 pipe, in bam_addr() argument
425 struct bam_device *bdev = bchan->bdev; in bam_reset_channel()
449 struct bam_device *bdev = bchan->bdev; in bam_chan_init_hw()
499 struct bam_device *bdev = bchan->bdev; in bam_alloc_chan()
526 struct bam_device *bdev = bchan->bdev; in bam_free_chan()
592 struct bam_device *bdev = bchan->bdev; in bam_prep_slave_sg()
695 struct bam_device *bdev = bchan->bdev; in bam_pause()
714 struct bam_device *bdev = bchan->bdev; in bam_resume()
732 static u32 process_channel_irqs(struct bam_device *bdev) in process_channel_irqs()
794 struct bam_device *bdev = data; in bam_dma_irq()
865 struct bam_device *bdev = bchan->bdev; in bam_apply_new_config()
885 struct bam_device *bdev = bchan->bdev; in bam_start_dma()
951 struct bam_device *bdev = (struct bam_device *)data; in dma_tasklet()
1003 struct bam_device *bdev = container_of(of->of_dma_data, in bam_dma_xlate()
1004 struct bam_device, common); in bam_dma_xlate()
1023 static int bam_init(struct bam_device *bdev) in bam_init()
1070 static void bam_channel_init(struct bam_device *bdev, struct bam_chan *bchan, in bam_channel_init()
1091 struct bam_device *bdev; in bam_dma_probe()
1219 struct bam_device *bdev = platform_get_drvdata(pdev); in bam_dma_remove()