dmaengine: shdma: add dmaor_is_32bit flag
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
67c6269e5c
commit
e76c3af873
2 changed files with 14 additions and 2 deletions
|
@ -64,6 +64,8 @@ struct sh_dmae_pdata {
|
|||
u16 dmaor_init;
|
||||
unsigned int chcr_offset;
|
||||
u32 chcr_ie_bit;
|
||||
|
||||
unsigned int dmaor_is_32bit:1;
|
||||
};
|
||||
|
||||
/* DMA register */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue