blob: a520eb219621a71cd27f0bc9f97d8c574cf5ff31 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __ASM_CPU_SH4_DMA_H
2#define __ASM_CPU_SH4_DMA_H
3
Paul Mundt9f380452012-05-18 17:27:28 +09004#include <linux/sh_intc.h>
5
Nobuhiro Iwamatsu71b973a2009-03-10 17:26:49 +09006/*
7 * SH7750/SH7751/SH7760
8 */
Paul Mundt9f380452012-05-18 17:27:28 +09009#define DMTE0_IRQ evt2irq(0x640)
10#define DMTE4_IRQ evt2irq(0x780)
11#define DMTE6_IRQ evt2irq(0x7c0)
12#define DMAE0_IRQ evt2irq(0x6c0)
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Nobuhiro Iwamatsu71b973a2009-03-10 17:26:49 +090014#define SH_DMAC_BASE0 0xffa00000
15#define SH_DMAC_BASE1 0xffa00070
Paul Mundt0c601232012-05-19 18:06:12 +090016
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#endif /* __ASM_CPU_SH4_DMA_H */