dma.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * linux/include/asm-arm/arch-tbox/dma.h
  3.  *
  4.  * Architecture DMA routines.  We have to contend with the bizarre DMA
  5.  * machine built into the Tbox hardware.
  6.  *
  7.  * Copyright (C) 1998 Philip Blundell
  8.  */
  9. /*
  10.  * This program is free software; you can redistribute it and/or
  11.  * modify it under the terms of the GNU General Public License
  12.  * as published by the Free Software Foundation; either version
  13.  * 2 of the License, or (at your option) any later version.
  14.  */
  15. /*
  16.  * DMA channel definitions.  Some of these are physically strange but
  17.  * we sort it out inside dma.c so the user never has to care.  The
  18.  * exception is the double-buffering which we can't really abstract
  19.  * away sensibly.
  20.  */
  21. #define DMA_VIDEO 0
  22. #define DMA_MPEG_B 1
  23. #define DMA_AUDIO_B 2
  24. #define DMA_ASHRX_B 3
  25. #define DMA_ASHTX 4
  26. #define DMA_MPEG 5
  27. #define DMA_AUDIO 6
  28. #define DMA_ASHRX 7
  29. #define MAX_DMA_CHANNELS 0 /* XXX */
  30. /*
  31.  * This is the maximum DMA address that can be DMAd to.
  32.  */
  33. #define MAX_DMA_ADDRESS 0xffffffff