Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
d4c6fc99
cloud-kernel
项目概览
openanolis
/
cloud-kernel
大约 1 年 前同步成功
通知
158
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
d4c6fc99
编写于
1月 04, 2006
作者:
R
Russell King
提交者:
Russell King
1月 04, 2006
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[ARM] Move common definition of MAX_DMA_ADDRESS to asm/dma.h
Signed-off-by:
N
Russell King
<
rmk+kernel@arm.linux.org.uk
>
上级
6842b929
变更
16
隐藏空白更改
内联
并排
Showing
16 changed file
with
7 addition
and
31 deletion
+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
未找到文件。
include/asm-arm/arch-aaec2000/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -11,7 +11,6 @@
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#endif
include/asm-arm/arch-clps711x/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -20,8 +20,6 @@
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#endif
/* _ASM_ARCH_DMA_H */
...
...
include/asm-arm/arch-ebsa110/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -12,7 +12,6 @@
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#endif
/* _ASM_ARCH_DMA_H */
...
...
include/asm-arm/arch-ebsa285/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -9,11 +9,6 @@
#ifndef __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.
* On CATS hardware we have an additional eight ISA dma channels
...
...
include/asm-arm/arch-epxa10db/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -20,8 +20,6 @@
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#endif
/* _ASM_ARCH_DMA_H */
...
...
include/asm-arm/arch-imx/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -20,8 +20,6 @@
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
/*
...
...
include/asm-arm/arch-integrator/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -20,8 +20,6 @@
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#endif
/* _ASM_ARCH_DMA_H */
...
...
include/asm-arm/arch-iop3xx/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -11,6 +11,4 @@
#ifndef _IOP3XX_DMA_H_P
#define _IOP3XX_DMA_H_P
#define MAX_DMA_ADDRESS 0xffffffff
#endif
/* _ASM_ARCH_DMA_H_P */
include/asm-arm/arch-ixp2000/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -10,8 +10,6 @@
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
/* No DMA */
#define MAX_DMA_CHANNELS 0
...
...
include/asm-arm/arch-lh7a40x/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -11,7 +11,6 @@
#ifndef __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 */
#endif
/* _ASM_ARCH_DMA_H */
include/asm-arm/arch-omap/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -21,7 +21,6 @@
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
/* Hardware registers for omap1 */
...
...
include/asm-arm/arch-pxa/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -12,8 +12,6 @@
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
/* No DMA as the rest of the world see it */
#define MAX_DMA_CHANNELS 0
...
...
include/asm-arm/arch-realview/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -21,7 +21,6 @@
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#endif
/* _ASM_ARCH_DMA_H */
include/asm-arm/arch-sa1100/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -14,12 +14,6 @@
#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
* SA1100 DMA model. None of the SA1100 specific drivers using
...
...
include/asm-arm/arch-versatile/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -21,7 +21,6 @@
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
#define MAX_DMA_ADDRESS 0xffffffff
#define MAX_DMA_CHANNELS 0
#endif
/* _ASM_ARCH_DMA_H */
include/asm-arm/dma.h
浏览文件 @
d4c6fc99
...
...
@@ -9,6 +9,13 @@ typedef unsigned int dmach_t;
#include <asm/scatterlist.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
*/
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录