aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sh_dma.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2011-06-17 08:20:51 +0000
committerPaul Mundt <lethal@linux-sh.org>2011-06-21 17:56:01 +0900
commit67c6269e5c998b53c2c08ce2befbbe20a7b6f57f (patch)
treef06100f0cb5717ce5e1ef89cbd7bd12830165ed5 /include/linux/sh_dma.h
parent5899a723b336da241b492583d7e55f1055f8f3b3 (diff)
downloadkernel_samsung_smdk4412-67c6269e5c998b53c2c08ce2befbbe20a7b6f57f.zip
kernel_samsung_smdk4412-67c6269e5c998b53c2c08ce2befbbe20a7b6f57f.tar.gz
kernel_samsung_smdk4412-67c6269e5c998b53c2c08ce2befbbe20a7b6f57f.tar.bz2
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sh_dma.h b/include/linux/sh_dma.h
index 41fe4c2..96803aa 100644
--- a/include/linux/sh_dma.h
+++ b/include/linux/sh_dma.h
@@ -63,6 +63,7 @@ struct sh_dmae_pdata {
int ts_shift_num;
u16 dmaor_init;
unsigned int chcr_offset;
+ u32 chcr_ie_bit;
};
/* DMA register */