Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96298
b: refs/heads/master
c: cdf7da8
h: refs/heads/master
v: v3
  • Loading branch information
Steve Glendinning authored and Paul Mundt committed May 9, 2008
1 parent c5f6d3b commit 8c813a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f11c9c2fd9ab1732acd577bcf08a4a2be7f9aa65
refs/heads/master: cdf7da899d840d47e075ff3bd761290653c68b77
10 changes: 5 additions & 5 deletions trunk/include/asm-sh/cpu-sh3/dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@


#if defined(CONFIG_CPU_SUBTYPE_SH7720) || \
defined(CONFIG_CPU_SUBTYPE_SH7721) || \
defined(CONFIG_CPU_SUBTYPE_SH7709)
defined(CONFIG_CPU_SUBTYPE_SH7721)
#define SH_DMAC_BASE 0xa4010020
#else
#define SH_DMAC_BASE 0xa4000020
#endif

#if defined(CONFIG_CPU_SUBTYPE_SH7720) || defined(CONFIG_CPU_SUBTYPE_SH7709)
#define DMTE0_IRQ 48
#define DMTE1_IRQ 49
#define DMTE2_IRQ 50
#define DMTE3_IRQ 51
#define DMTE4_IRQ 76
#define DMTE5_IRQ 77

#else
#define SH_DMAC_BASE 0xa4000020
#endif

/* Definitions for the SuperH DMAC */
Expand Down

0 comments on commit 8c813a1

Please sign in to comment.