diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-06-17 04:20:51 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-21 04:56:01 -0400 |
commit | 67c6269e5c998b53c2c08ce2befbbe20a7b6f57f (patch) | |
tree | f06100f0cb5717ce5e1ef89cbd7bd12830165ed5 /include/linux/sh_dma.h | |
parent | 5899a723b336da241b492583d7e55f1055f8f3b3 (diff) |
dmaengine: shdma: add chcr_ie_bit
IE bit position on CHCR register is not same in all DMAC.
This patch adds new "chcr_ie_bit" to decide it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/linux/sh_dma.h')
-rw-r--r-- | include/linux/sh_dma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sh_dma.h b/include/linux/sh_dma.h index 41fe4c2d648..96803aa7b6b 100644 --- a/include/linux/sh_dma.h +++ b/include/linux/sh_dma.h | |||
@@ -63,6 +63,7 @@ struct sh_dmae_pdata { | |||
63 | int ts_shift_num; | 63 | int ts_shift_num; |
64 | u16 dmaor_init; | 64 | u16 dmaor_init; |
65 | unsigned int chcr_offset; | 65 | unsigned int chcr_offset; |
66 | u32 chcr_ie_bit; | ||
66 | }; | 67 | }; |
67 | 68 | ||
68 | /* DMA register */ | 69 | /* DMA register */ |