Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
d4c6fc99
Commit
d4c6fc99
authored
Jan 04, 2006
by
Russell King
Committed by
Russell King
Jan 04, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Move common definition of MAX_DMA_ADDRESS to asm/dma.h
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
6842b929
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
7 additions
and
31 deletions
+7
-31
include/asm-arm/arch-aaec2000/dma.h
include/asm-arm/arch-aaec2000/dma.h
+0
-1
include/asm-arm/arch-clps711x/dma.h
include/asm-arm/arch-clps711x/dma.h
+0
-2
include/asm-arm/arch-ebsa110/dma.h
include/asm-arm/arch-ebsa110/dma.h
+0
-1
include/asm-arm/arch-ebsa285/dma.h
include/asm-arm/arch-ebsa285/dma.h
+0
-5
include/asm-arm/arch-epxa10db/dma.h
include/asm-arm/arch-epxa10db/dma.h
+0
-2
include/asm-arm/arch-imx/dma.h
include/asm-arm/arch-imx/dma.h
+0
-2
include/asm-arm/arch-integrator/dma.h
include/asm-arm/arch-integrator/dma.h
+0
-2
include/asm-arm/arch-iop3xx/dma.h
include/asm-arm/arch-iop3xx/dma.h
+0
-2
include/asm-arm/arch-ixp2000/dma.h
include/asm-arm/arch-ixp2000/dma.h
+0
-2
include/asm-arm/arch-lh7a40x/dma.h
include/asm-arm/arch-lh7a40x/dma.h
+0
-1
include/asm-arm/arch-omap/dma.h
include/asm-arm/arch-omap/dma.h
+0
-1
include/asm-arm/arch-pxa/dma.h
include/asm-arm/arch-pxa/dma.h
+0
-2
include/asm-arm/arch-realview/dma.h
include/asm-arm/arch-realview/dma.h
+0
-1
include/asm-arm/arch-sa1100/dma.h
include/asm-arm/arch-sa1100/dma.h
+0
-6
include/asm-arm/arch-versatile/dma.h
include/asm-arm/arch-versatile/dma.h
+0
-1
include/asm-arm/dma.h
include/asm-arm/dma.h
+7
-0
No files found.
include/asm-arm/arch-aaec2000/dma.h
View file @
d4c6fc99
...
@@ -11,7 +11,6 @@
...
@@ -11,7 +11,6 @@
#ifndef __ASM_ARCH_DMA_H
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#define MAX_DMA_CHANNELS 0
#endif
#endif
include/asm-arm/arch-clps711x/dma.h
View file @
d4c6fc99
...
@@ -20,8 +20,6 @@
...
@@ -20,8 +20,6 @@
#ifndef __ASM_ARCH_DMA_H
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#define MAX_DMA_CHANNELS 0
#endif
/* _ASM_ARCH_DMA_H */
#endif
/* _ASM_ARCH_DMA_H */
...
...
include/asm-arm/arch-ebsa110/dma.h
View file @
d4c6fc99
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
#ifndef __ASM_ARCH_DMA_H
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#define MAX_DMA_CHANNELS 0
#endif
/* _ASM_ARCH_DMA_H */
#endif
/* _ASM_ARCH_DMA_H */
...
...
include/asm-arm/arch-ebsa285/dma.h
View file @
d4c6fc99
...
@@ -9,11 +9,6 @@
...
@@ -9,11 +9,6 @@
#ifndef __ASM_ARCH_DMA_H
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
/*
* This is the maximum DMA address that can be DMAd to.
*/
#define MAX_DMA_ADDRESS 0xffffffff
/*
/*
* The 21285 has two internal DMA channels; we call these 8 and 9.
* The 21285 has two internal DMA channels; we call these 8 and 9.
* On CATS hardware we have an additional eight ISA dma channels
* On CATS hardware we have an additional eight ISA dma channels
...
...
include/asm-arm/arch-epxa10db/dma.h
View file @
d4c6fc99
...
@@ -20,8 +20,6 @@
...
@@ -20,8 +20,6 @@
#ifndef __ASM_ARCH_DMA_H
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#define MAX_DMA_CHANNELS 0
#endif
/* _ASM_ARCH_DMA_H */
#endif
/* _ASM_ARCH_DMA_H */
...
...
include/asm-arm/arch-imx/dma.h
View file @
d4c6fc99
...
@@ -20,8 +20,6 @@
...
@@ -20,8 +20,6 @@
#ifndef __ASM_ARCH_DMA_H
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#define MAX_DMA_CHANNELS 0
/*
/*
...
...
include/asm-arm/arch-integrator/dma.h
View file @
d4c6fc99
...
@@ -20,8 +20,6 @@
...
@@ -20,8 +20,6 @@
#ifndef __ASM_ARCH_DMA_H
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#define MAX_DMA_CHANNELS 0
#endif
/* _ASM_ARCH_DMA_H */
#endif
/* _ASM_ARCH_DMA_H */
...
...
include/asm-arm/arch-iop3xx/dma.h
View file @
d4c6fc99
...
@@ -11,6 +11,4 @@
...
@@ -11,6 +11,4 @@
#ifndef _IOP3XX_DMA_H_P
#ifndef _IOP3XX_DMA_H_P
#define _IOP3XX_DMA_H_P
#define _IOP3XX_DMA_H_P
#define MAX_DMA_ADDRESS 0xffffffff
#endif
/* _ASM_ARCH_DMA_H_P */
#endif
/* _ASM_ARCH_DMA_H_P */
include/asm-arm/arch-ixp2000/dma.h
View file @
d4c6fc99
...
@@ -10,8 +10,6 @@
...
@@ -10,8 +10,6 @@
#ifndef __ASM_ARCH_DMA_H
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
/* No DMA */
/* No DMA */
#define MAX_DMA_CHANNELS 0
#define MAX_DMA_CHANNELS 0
...
...
include/asm-arm/arch-lh7a40x/dma.h
View file @
d4c6fc99
...
@@ -11,7 +11,6 @@
...
@@ -11,7 +11,6 @@
#ifndef __ASM_ARCH_DMA_H
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
/* All DMA is internal to CPU */
#define MAX_DMA_CHANNELS 0
/* All DMA is internal to CPU */
#endif
/* _ASM_ARCH_DMA_H */
#endif
/* _ASM_ARCH_DMA_H */
include/asm-arm/arch-omap/dma.h
View file @
d4c6fc99
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
#ifndef __ASM_ARCH_DMA_H
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#define MAX_DMA_CHANNELS 0
/* Hardware registers for omap1 */
/* Hardware registers for omap1 */
...
...
include/asm-arm/arch-pxa/dma.h
View file @
d4c6fc99
...
@@ -12,8 +12,6 @@
...
@@ -12,8 +12,6 @@
#ifndef __ASM_ARCH_DMA_H
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
/* No DMA as the rest of the world see it */
/* No DMA as the rest of the world see it */
#define MAX_DMA_CHANNELS 0
#define MAX_DMA_CHANNELS 0
...
...
include/asm-arm/arch-realview/dma.h
View file @
d4c6fc99
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
#ifndef __ASM_ARCH_DMA_H
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#define MAX_DMA_CHANNELS 0
#endif
/* _ASM_ARCH_DMA_H */
#endif
/* _ASM_ARCH_DMA_H */
include/asm-arm/arch-sa1100/dma.h
View file @
d4c6fc99
...
@@ -14,12 +14,6 @@
...
@@ -14,12 +14,6 @@
#include "hardware.h"
#include "hardware.h"
/*
* This is the maximum DMA address that can be DMAd to.
*/
#define MAX_DMA_ADDRESS 0xffffffff
/*
/*
* The regular generic DMA interface is inappropriate for the
* The regular generic DMA interface is inappropriate for the
* SA1100 DMA model. None of the SA1100 specific drivers using
* SA1100 DMA model. None of the SA1100 specific drivers using
...
...
include/asm-arm/arch-versatile/dma.h
View file @
d4c6fc99
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
#ifndef __ASM_ARCH_DMA_H
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#define MAX_DMA_CHANNELS 0
#endif
/* _ASM_ARCH_DMA_H */
#endif
/* _ASM_ARCH_DMA_H */
include/asm-arm/dma.h
View file @
d4c6fc99
...
@@ -9,6 +9,13 @@ typedef unsigned int dmach_t;
...
@@ -9,6 +9,13 @@ typedef unsigned int dmach_t;
#include <asm/scatterlist.h>
#include <asm/scatterlist.h>
#include <asm/arch/dma.h>
#include <asm/arch/dma.h>
/*
* This is the maximum virtual address which can be DMA'd from.
*/
#ifndef MAX_DMA_ADDRESS
#define MAX_DMA_ADDRESS 0xffffffff
#endif
/*
/*
* DMA modes
* DMA modes
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment