Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linus
This commit is contained in:
@ -116,4 +116,17 @@ static u32 dma_base_addr[] __maybe_unused = {
|
||||
#define CHCR 0x0C
|
||||
#define DMAOR 0x40
|
||||
|
||||
/*
|
||||
* for dma engine
|
||||
*
|
||||
* SuperH DMA mode
|
||||
*/
|
||||
#define SHDMA_MIX_IRQ (1 << 1)
|
||||
#define SHDMA_DMAOR1 (1 << 2)
|
||||
#define SHDMA_DMAE1 (1 << 3)
|
||||
|
||||
struct sh_dmae_pdata {
|
||||
unsigned int mode;
|
||||
};
|
||||
|
||||
#endif /* __DMA_SH_H */
|
||||
|
Reference in New Issue
Block a user