| * Copyright (C) 2010 Samsung Electronics Co. Ltd. |
| * Jaswinder Singh <jassi.brar@samsung.com> |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License as published by |
| * the Free Software Foundation; either version 2 of the License, or |
| * (at your option) any later version. |
| #ifndef __S3C_DMA_PL330_H_ |
| #define __S3C_DMA_PL330_H_ |
| #define S3C2410_DMAF_AUTOSTART (1 << 0) |
| #define S3C2410_DMAF_CIRCULAR (1 << 1) |
| * PL330 can assign any channel to communicate with |
| * any of the peripherals attched to the DMAC. |
| * For the sake of consistency across client drivers, |
| * We keep the channel names unchanged and only add |
| * missing peripherals are added. |
| * Order is not important since S3C PL330 API driver |
| /* END Marker, also used to denote a reserved channel */ |
| static inline bool s3c_dma_has_circular(void) |
| #endif /* __S3C_DMA_PL330_H_ */ |