]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/sh/include/cpu-sh4/cpu/dma.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / arch / sh / include / cpu-sh4 / cpu / dma.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef __ASM_CPU_SH4_DMA_H
3#define __ASM_CPU_SH4_DMA_H
4
9f380456
PM
5#include <linux/sh_intc.h>
6
71b973a4
NI
7/*
8 * SH7750/SH7751/SH7760
9 */
9f380456
PM
10#define DMTE0_IRQ evt2irq(0x640)
11#define DMTE4_IRQ evt2irq(0x780)
12#define DMTE6_IRQ evt2irq(0x7c0)
13#define DMAE0_IRQ evt2irq(0x6c0)
1da177e4 14
71b973a4
NI
15#define SH_DMAC_BASE0 0xffa00000
16#define SH_DMAC_BASE1 0xffa00070
0c601231 17
0d831770 18#endif /* __ASM_CPU_SH4_DMA_H */