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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-i960/] [dma.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#ifndef _I960_DMA_H
2
#define _I960_DMA_H
3
 
4
/* Don't define MAX_DMA_ADDRESS; it's useless on the i960 and any
5
   occurrence should be flagged as an error.  */
6
 
7
/* the VH has 2 DMA channels, the Cx has 4 */
8
#define MAX_DMA_CHANNELS 4
9
 
10
extern int request_dma(unsigned int dmanr, const char * device_id);     /* reserve a DMA channel */
11
extern void free_dma(unsigned int dmanr);       /* release it again */
12
 
13
#endif /* _I960_DMA_H */

powered by: WebSVN 2.1.0

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