/* $NetBSD: imxsdmareg.h,v 1.2 2014/07/25 07:49:56 hkenken Exp $ */ /* * Copyright (c) 2009 Genetec Corporation. All rights reserved. * Written by Hashimoto Kenichi and Hiroyuki Bessho for Genetec Corporation. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY GENETEC CORPORATION ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GENETEC CORPORATION * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ #ifndef _IMXSDMAREG_H #define _IMXSDMAREG_H #include "opt_imx.h" #define SDMA_SIZE 0x2c0 /* SDMA Controller */ #define SDMA_N_CHANNELS 32 #define SDMA_PRIORITY_MIN 1 #define SDMA_PRIORITY_MAX 7 #define SDMA_N_EVENTS 32 /* DMA events from periperals */ #define SDMA_MC0PTR 0x0000 #define SDMA_INTR 0x0004 #define SDMA_STOP_STAT 0x0008 #define SDMA_HSTART 0x000C #define SDMA_EVTOVR 0x0010 #define SDMA_DSPOVR 0x0014 #define SDMA_HOSTOVR 0x0018 #define SDMA_EVTPEND 0x001C #define SDMA_RESET 0x0024 #define SDMA_RESET_RESCHED __BIT(1) #define SDMA_RESET_RESET __BIT(0) #define SDMA_EVTERR 0x0028 #define SDMA_INTRMASK 0x002C #define SDMA_PSW 0x0030 #define SDMA_EVTERRDBG 0x0034 #define SDMA_CONFIG 0x0038 #define SDMA_ONCE_ENB 0x0040 #define SDMA_ONCE_DATA 0x0044 #define SDMA_ONCE_INSTR 0x0048 #define SDMA_ONCE_STAT 0x004c #define ONCE_STAT_PST_SHIFT 12 #define ONCE_STAT_PST_MASK (0xf<