URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1024 |
Rev 1355 |
Line 1... |
Line 1... |
/* DMA test */
|
/* DMA test */
|
|
|
#include "support.h"
|
#include "support.h"
|
#include "board.h"
|
#include "board.h"
|
#include "../peripheral/fields.h"
|
#include "../peripheral/fields.h"
|
#include "../peripheral/dma.h"
|
#include "../peripheral/dma_defs.h"
|
|
|
typedef volatile unsigned long *DMA_REG;
|
typedef volatile unsigned long *DMA_REG;
|
|
|
DMA_REG csr = (unsigned long *)(DMA_BASE + DMA_CSR),
|
DMA_REG csr = (unsigned long *)(DMA_BASE + DMA_CSR),
|
int_msk_a = (unsigned long *)(DMA_BASE + DMA_INT_MSK_A),
|
int_msk_a = (unsigned long *)(DMA_BASE + DMA_INT_MSK_A),
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.