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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-armnommu/] [arch-a5k/] [dma.h] - Blame information for rev 1633

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
#ifndef __ASM_ARCH_DMA_H
2
#define __ASM_ARCH_DMA_H
3
 
4
/*
5
 * This is the maximum DMA address that can be DMAd to.
6
 */
7
#define MAX_DMA_ADDRESS         0x03000000
8
 
9
/*
10
 * DMA modes - we have two, IN and OUT
11
 */
12
typedef enum {
13
        DMA_MODE_READ,
14
        DMA_MODE_WRITE
15
} dmamode_t;
16
 
17
#define MAX_DMA_CHANNELS        2
18
#define DMA_VIRTUAL_FLOPPY      0
19
#define DMA_VIRTUAL_SOUND       1
20
 
21
#define DMA_FLOPPY              DMA_VIRTUAL_FLOPPY
22
 
23
#endif /* _ASM_ARCH_DMA_H */
24
 

powered by: WebSVN 2.1.0

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