diff options
Diffstat (limited to 'arch/blackfin/mach-bf527/include/mach/dma.h')
-rw-r--r-- | arch/blackfin/mach-bf527/include/mach/dma.h | 32 |
1 files changed, 4 insertions, 28 deletions
diff --git a/arch/blackfin/mach-bf527/include/mach/dma.h b/arch/blackfin/mach-bf527/include/mach/dma.h index 49dd693223e8..eb287da101a2 100644 --- a/arch/blackfin/mach-bf527/include/mach/dma.h +++ b/arch/blackfin/mach-bf527/include/mach/dma.h | |||
@@ -1,38 +1,14 @@ | |||
1 | /* | 1 | /* mach/dma.h - arch-specific DMA defines |
2 | * file: include/asm-blackfin/mach-bf527/dma.h | ||
3 | * based on: include/asm-blackfin/mach-bf537/dma.h | ||
4 | * author: Michael Hennerich (michael.hennerich@analog.com) | ||
5 | * | 2 | * |
6 | * created: | 3 | * Copyright 2004-2008 Analog Devices Inc. |
7 | * description: | ||
8 | * system DMA map | ||
9 | * rev: | ||
10 | * | 4 | * |
11 | * modified: | 5 | * Licensed under the GPL-2 or later. |
12 | * | ||
13 | * | ||
14 | * bugs: enter bugs at http://blackfin.uclinux.org/ | ||
15 | * | ||
16 | * this program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the gnu general public license as published by | ||
18 | * the free software foundation; either version 2, or (at your option) | ||
19 | * any later version. | ||
20 | * | ||
21 | * this program is distributed in the hope that it will be useful, | ||
22 | * but without any warranty; without even the implied warranty of | ||
23 | * merchantability or fitness for a particular purpose. see the | ||
24 | * gnu general public license for more details. | ||
25 | * | ||
26 | * you should have received a copy of the gnu general public license | ||
27 | * along with this program; see the file copying. | ||
28 | * if not, write to the free software foundation, | ||
29 | * 59 temple place - suite 330, boston, ma 02111-1307, usa. | ||
30 | */ | 6 | */ |
31 | 7 | ||
32 | #ifndef _MACH_DMA_H_ | 8 | #ifndef _MACH_DMA_H_ |
33 | #define _MACH_DMA_H_ | 9 | #define _MACH_DMA_H_ |
34 | 10 | ||
35 | #define MAX_BLACKFIN_DMA_CHANNEL 16 | 11 | #define MAX_DMA_CHANNELS 16 |
36 | 12 | ||
37 | #define CH_PPI 0 /* PPI receive/transmit or NFC */ | 13 | #define CH_PPI 0 /* PPI receive/transmit or NFC */ |
38 | #define CH_EMAC_RX 1 /* Ethernet MAC receive or HOSTDP */ | 14 | #define CH_EMAC_RX 1 /* Ethernet MAC receive or HOSTDP */ |