2 * Copyright (C) 2010 Samsung Electronics Co. Ltd.
3 * Jaswinder Singh <jassi.brar@samsung.com>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
11 #ifndef __DMA_PL330_H_
12 #define __DMA_PL330_H_ __FILE__
15 * PL330 can assign any channel to communicate with
16 * any of the peripherals attched to the DMAC.
17 * For the sake of consistency across client drivers,
18 * We keep the channel names unchanged and only add
19 * missing peripherals are added.
20 * Order is not important since DMA PL330 API driver
21 * use these just as IDs.
85 /* END Marker, also used to denote a reserved channel */
89 struct s3c2410_dma_client
{
93 static inline bool samsung_dma_has_circular(void)
98 static inline bool samsung_dma_is_dmadev(void)
103 #include <plat/dma-ops.h>
105 #endif /* __DMA_PL330_H_ */