blob: 38187d06b2343363ffaafd5b5d0fd0cbb24265e0 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef __ASM_CPU_SH4_DMA_H
3#define __ASM_CPU_SH4_DMA_H
4
Paul Mundt9f380452012-05-18 17:27:28 +09005#include <linux/sh_intc.h>
6
Nobuhiro Iwamatsu71b973a2009-03-10 17:26:49 +09007/*
8 * SH7750/SH7751/SH7760
9 */
Paul Mundt9f380452012-05-18 17:27:28 +090010#define DMTE0_IRQ evt2irq(0x640)
11#define DMTE4_IRQ evt2irq(0x780)
12#define DMTE6_IRQ evt2irq(0x7c0)
13#define DMAE0_IRQ evt2irq(0x6c0)
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
Nobuhiro Iwamatsu71b973a2009-03-10 17:26:49 +090015#define SH_DMAC_BASE0 0xffa00000
16#define SH_DMAC_BASE1 0xffa00070
Paul Mundt0c601232012-05-19 18:06:12 +090017
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#endif /* __ASM_CPU_SH4_DMA_H */