aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/r8a7740.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2012-06-25 06:36:49 -0400
committerRafael J. Wysocki <rjw@sisk.pl>2012-06-30 09:07:30 -0400
commit643c3307bbbe7e80c6693376137971fbdcbe1c82 (patch)
treefced648c1b0bd62d448570e217dbeb3b021375fc /arch/arm/mach-shmobile/include/mach/r8a7740.h
parentb379c48a31018ef3c902f4a0f8c420bbd4caa14c (diff)
ARM: shmobile: r8a7740: add DMAEngine support for FSI
Current shdmac can support FSI DMAC on r8a7740. This support reduce CPU duty when sound was playback. This patch is based on v1.0 manual Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/r8a7740.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/r8a7740.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7740.h b/arch/arm/mach-shmobile/include/mach/r8a7740.h
index 6468fcc5ee49..f71507b3f917 100644
--- a/arch/arm/mach-shmobile/include/mach/r8a7740.h
+++ b/arch/arm/mach-shmobile/include/mach/r8a7740.h
@@ -588,4 +588,12 @@ enum {
588 GPIO_FN_TRACEAUD_FROM_MEMC, 588 GPIO_FN_TRACEAUD_FROM_MEMC,
589}; 589};
590 590
591/* DMA slave IDs */
592enum {
593 SHDMA_SLAVE_INVALID,
594 SHDMA_SLAVE_FSIA_RX,
595 SHDMA_SLAVE_FSIA_TX,
596 SHDMA_SLAVE_FSIB_TX,
597};
598
591#endif /* __ASM_R8A7740_H__ */ 599#endif /* __ASM_R8A7740_H__ */