OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [arm/] [mach-shark/] [dma.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
/*
2
 *  linux/arch/arm/mach-shark/dma.c
3
 *
4
 *  by Alexander Schulz
5
 *
6
 *  derived from:
7
 *  arch/arm/kernel/dma-ebsa285.c
8
 *  Copyright (C) 1998 Phil Blundell
9
 */
10
 
11
#include <linux/config.h>
12
#include <linux/sched.h>
13
#include <linux/init.h>
14
 
15
#include <asm/dma.h>
16
#include <asm/io.h>
17
 
18
#include <asm/mach/dma.h>
19
 
20
void __init arch_dma_init(dma_t *dma)
21
{
22
#ifdef CONFIG_ISA_DMA
23
        isa_init_dma(dma);
24
#endif
25
}

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.