Path: blob/master/arch/sh/include/cpu-sh2/cpu/dma.h
15159 views
/*1* Definitions for the SH-2 DMAC.2*3* Copyright (C) 2003 Paul Mundt4*5* This file is subject to the terms and conditions of the GNU General Public6* License. See the file "COPYING" in the main directory of this archive7* for more details.8*/9#ifndef __ASM_CPU_SH2_DMA_H10#define __ASM_CPU_SH2_DMA_H1112#define SH_MAX_DMA_CHANNELS 21314#define SAR ((unsigned long[]){ 0xffffff80, 0xffffff90 })15#define DAR ((unsigned long[]){ 0xffffff84, 0xffffff94 })16#define DMATCR ((unsigned long[]){ 0xffffff88, 0xffffff98 })17#define CHCR ((unsigned long[]){ 0xfffffffc, 0xffffff9c })1819#define DMAOR 0xffffffb02021#endif /* __ASM_CPU_SH2_DMA_H */22232425