Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
6f09963c
Commit
6f09963c
authored
Aug 04, 2010
by
Jesper Nilsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CRIS: New DMA defines for ARTPEC-3
Signed-off-by:
Jesper Nilsson
<
jesper.nilsson@axis.com
>
parent
da2af0a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
arch/cris/include/arch-v32/mach-a3/mach/dma.h
arch/cris/include/arch-v32/mach-a3/mach/dma.h
+27
-0
No files found.
arch/cris/include/arch-v32/mach-a3/mach/dma.h
View file @
6f09963c
...
...
@@ -5,6 +5,33 @@
#define MAX_DMA_CHANNELS 12
/* 8 and 10 not used. */
#define NETWORK_ETH_TX_DMA_NBR 0
/* Ethernet 0 out. */
#define NETWORK_ETH_RX_DMA_NBR 1
/* Ethernet 0 in. */
#define IO_PROC_DMA_TX_DMA_NBR 4
/* IO processor DMA0 out. */
#define IO_PROC_DMA_RX_DMA_NBR 5
/* IO processor DMA0 in. */
#define ASYNC_SER3_TX_DMA_NBR 2
/* Asynchronous serial port 3 out. */
#define ASYNC_SER3_RX_DMA_NBR 3
/* Asynchronous serial port 3 in. */
#define ASYNC_SER2_TX_DMA_NBR 6
/* Asynchronous serial port 2 out. */
#define ASYNC_SER2_RX_DMA_NBR 7
/* Asynchronous serial port 2 in. */
#define ASYNC_SER1_TX_DMA_NBR 4
/* Asynchronous serial port 1 out. */
#define ASYNC_SER1_RX_DMA_NBR 5
/* Asynchronous serial port 1 in. */
#define SYNC_SER_TX_DMA_NBR 6
/* Synchronous serial port 0 out. */
#define SYNC_SER_RX_DMA_NBR 7
/* Synchronous serial port 0 in. */
#define ASYNC_SER0_TX_DMA_NBR 0
/* Asynchronous serial port 0 out. */
#define ASYNC_SER0_RX_DMA_NBR 1
/* Asynchronous serial port 0 in. */
#define STRCOP_TX_DMA_NBR 2
/* Stream co-processor out. */
#define STRCOP_RX_DMA_NBR 3
/* Stream co-processor in. */
#define dma_eth0 dma_eth
#define dma_eth1 dma_eth
enum
dma_owner
{
dma_eth
,
dma_ser0
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment